diff --git a/resources/views/public/index.blade.php b/resources/views/public/index.blade.php
index 4392bda588b9102141ccd0ceba33dfcf126048ac..ed2c352e43576e2d6270065ef23cbba0c12874b3 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