]> _ Git - songbook.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Jan 2023 17:09:18 +0000 (18:09 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Jan 2023 17:09:18 +0000 (18:09 +0100)
resources/css/app.sass
resources/views/notion_menu.blade.php

index afa752480219c36e05a86a0c7a3bc33fd08d0d7d..5278a0433a6552599297fbecebfdf564af325338 100644 (file)
@@ -159,7 +159,8 @@ article.song
             &.notes
                 font-family: "Dancing Script", cursive !important
                 padding-top: 20px
-                font-size: 1.25em
+                p
+                    font-size: 1.35em !important
 
 
     &.lyrics
index 44c0be5faff8926e3754ae6fb12995d7ff8fdaa2..ea05a2459fb50b41616f23d9a9adf18b45846650 100644 (file)
                 </ul>
             </li>
             @if(isset($song))
-                <li><a href="{{$song->getNotionURL()}}">🧊 {{__('La chanson sur Notion')}}</a></li>
+                <li><a href="{{$song->getNotionURL()}}">🧊 {{__('Voir / modifier sur Notion')}}</a></li>
             @else
-                <li><a href="{{$collection->notion_home}}">🧊 {{__('Les chansons sur Notion')}}</a></li>
+                <li><a href="{{$collection->notion_home}}">🧊 {{__('Voir / modifier sur Notion')}}</a></li>
             @endif
         </ul>
     </nav>