From acbeab180d28b3143dfe775f6ef29c549136c84f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 6 Jan 2023 18:09:18 +0100 Subject: [PATCH] . --- resources/css/app.sass | 3 ++- resources/views/notion_menu.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/css/app.sass b/resources/css/app.sass index afa7524..5278a04 100644 --- a/resources/css/app.sass +++ b/resources/css/app.sass @@ -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 diff --git a/resources/views/notion_menu.blade.php b/resources/views/notion_menu.blade.php index 44c0be5..ea05a24 100644 --- a/resources/views/notion_menu.blade.php +++ b/resources/views/notion_menu.blade.php @@ -131,9 +131,9 @@ @if(isset($song)) -
  • 🧊 {{__('La chanson sur Notion')}}
  • +
  • 🧊 {{__('Voir / modifier sur Notion')}}
  • @else -
  • 🧊 {{__('Les chansons sur Notion')}}
  • +
  • 🧊 {{__('Voir / modifier sur Notion')}}
  • @endif -- 2.39.5