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

@ -1,10 +1,10 @@
<section id="hero" class="section hero is-primary is-fullheight ink bottom">
<div class="hero-body twist has-text-centered container">
<img src="{{ hfs:logo }}" alt="HFS SUMMER"/>
<p class="title twist-fore">
<img src="{{ hfs:logo }}" alt="HFS SUMMER" class="mb-4"/>
<p class="title twist-fore is-size-4 is-size-1-tablet">
{{ hfs:date_start }} - {{ hfs:date_end }}
</p>
<p class="subtitle twist-fore">{{ hfs:place }}</p>
<p class="subtitle twist-fore is-size-5 is-size-4-tablet">{{ hfs:place }}</p>
</div>
</section>
@ -21,7 +21,7 @@
</div>
</section>
<section class="section has-background-black ink bottom yellow" id="incentive">
<section class="section has-background-black ink bottom yellow" id="event">
<div class="container">
<h2 class="is-size-2 has-text-weight-bold is-uppercase has-text-primary block">L'évènement</h2>
{{ incentives }}
@ -74,7 +74,7 @@
<section class="section ink top yellow" id="gallery">
<div class="container">
<h2 class="is-size-2 has-text-weight-bold is-uppercase block has-text-primary">Gallerie</h2>
<div class="grid is-col-min-9">
<div class="grid is-col-min-9 is-col-min">
{{ photos }}
{{ partial:_photoblock }}
{{ /photos }}