feat: corrige la page d’accueil pétée sur mobile
This commit is contained in:
parent
fa80f57b1b
commit
4d826bf98f
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<a data-flickr-embed="true" href="https://www.flickr.com/photos/201651898@N02" title="">
|
||||
<img src="https://live.staticflickr.com/65535/54288016045_474fa91d78_z.jpg" width="800" height="600" alt=""/>
|
||||
<img src="https://live.staticflickr.com/65535/54288016045_474fa91d78_z.jpg" style="width: 100%;" alt=""/>
|
||||
</a>
|
||||
<script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>
|
||||
|
|
|
|||
|
|
@ -16,8 +16,9 @@ const evenements = await fetchEvenements()
|
|||
La troupe d'improvisation théâtrale chatouilleuse, curieuse, créative et autogérée<br/>
|
||||
📌 Albi, Occitanie
|
||||
</p>
|
||||
|
||||
<h2>Retrouvez-nous prochainement</h2>
|
||||
<div class="dates">
|
||||
<div class="prochainement">Retrouvez-nous prochainement <span>→</span></div>
|
||||
<div class="evenements">
|
||||
{evenements.map(evenement => (
|
||||
<Evenement evenement={evenement} />
|
||||
|
|
@ -25,6 +26,7 @@ const evenements = await fetchEvenements()
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Nos derniers spectacles</h2>
|
||||
<FlickrGallery />
|
||||
|
||||
<ul role="list" class="link-card-grid">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue