From 7f7d55a5b5ed3d03ee69293b54daf1ff4492b680 Mon Sep 17 00:00:00 2001 From: SofianeLasri <alasri250@gmail.com> Date: Thu, 20 Feb 2025 16:20:21 +0100 Subject: [PATCH] feat: update font size in markdown component on index page - Changed the font size from xl:text-3xl to xl:text-2xl in the markdown component to improve readability. --- resources/views/public/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/public/index.blade.php b/resources/views/public/index.blade.php index 4392bda..ed2c352 100644 --- a/resources/views/public/index.blade.php +++ b/resources/views/public/index.blade.php @@ -96,7 +96,7 @@ class="Creations relative hidden xl:grid grow w-full aspect-[885/622]"/> @endif </h2> - <x-markdown class="flex flex-col gap-3 text-muted text-xl xl:text-3xl font-normal"> + <x-markdown class="flex flex-col gap-3 text-muted text-xl xl:text-2xl font-normal"> @if(!$aboutMeSection->isEmpty()) {{ $aboutMeSection->first()->contentTransKey->getTranslation() }} @else -- GitLab