Adpatation mobiles

This commit is contained in:
2026-01-29 17:35:49 +01:00
parent 67189dd7ee
commit 8d0586cfb4
11 changed files with 140 additions and 60 deletions

View File

@ -4,8 +4,8 @@
<div class="grid text-content py-3">
{{ if isOdd }} <div></div> {{ /if }}
<div class="has-background-black {{ isOdd ? 'has-text-right' : '' }} px-p-5 box">
<div class="is-size-3 has-text-primary is-uppercase block has-text-weight-bold">{{ title }}</div>
<p class="is-size-5">{{ description }}</p>
<div class="is-size-3-tablet has-text-primary is-uppercase block has-text-weight-bold">{{ title }}</div>
<p class="is-size-5-tablet">{{ description }}</p>
</div>
{{ if !isOdd }}<div></div>{{ /if }}
</div>