chg: responsive fixes for homepage text, scroll overflow and menu font on small screens (< 430px)

This commit is contained in:
Valentin Lab
2026-03-27 14:14:25 +01:00
parent de13dee166
commit 43993f587c
2 changed files with 24 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
@if (!empty($text))
<div class="row m-0 mb-3">
<div class="col-12 p-3 green-dark" style="font-size: 1.2em;">{!! $text !!}</div>
<div class="col-12 p-3 green-dark homepage-text" style="font-size: 1.2em;">{!! $text !!}</div>
</div>
@endif