📱 Fixed language-toogle on mobile and overflow on mobile

This commit is contained in:
Mawoka
2022-07-17 12:10:02 +02:00
parent efd7047758
commit eecbc93834
2 changed files with 17 additions and 7 deletions
+3 -1
View File
@@ -96,7 +96,9 @@
</div>
</section>
<section class="py-8">
<h1 class="sm:text-6xl text-4xl text-center">{$t('words.screenshot', { count: 2 })}</h1>
<h1 class="sm:text-6xl text-4xl text-center break-words">
{$t('words.screenshot', { count: 2 })}
</h1>
<div>
<LandingPromo />
</div>