Skip to content
Snippets Groups Projects
Verified Commit 7f7d55a5 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

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.
parent 2d3cb010
Branches
No related tags found
No related merge requests found
Pipeline #1078 passed
...@@ -96,7 +96,7 @@ class="Creations relative hidden xl:grid grow w-full aspect-[885/622]"/> ...@@ -96,7 +96,7 @@ class="Creations relative hidden xl:grid grow w-full aspect-[885/622]"/>
@endif @endif
</h2> </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()) @if(!$aboutMeSection->isEmpty())
{{ $aboutMeSection->first()->contentTransKey->getTranslation() }} {{ $aboutMeSection->first()->contentTransKey->getTranslation() }}
@else @else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment