Fix issue with banner

This commit is contained in:
ericb 2025-01-23 08:08:28 +01:00
parent 450912aae3
commit d741693de7
7 changed files with 18 additions and 15 deletions

View file

@ -142,11 +142,11 @@
<div class="hero hero-secondary container-fluid">
<div>
<div class="row">
<div class="col-lg-6 bottom-anchored order-2 order-lg-1 ">
<div class="col-lg-5 bottom-anchored order-2 order-lg-1 ">
<img class="img-fluid" src="static/img/ban-5.png">
</div>
<div class="col-lg-6 order-1 order-lg-2">
<h1 class="display-5 fw-bold">Demandes de TANDEMs</h1>
<h1 class="display-5 fw-bold lh-1">Demandes de TANDEMs</h1>
</div>
</div>
</div>