Skip to content

Commit

Permalink
Update - Modification de l'acceuil pour enlever la vidéo orienté conso
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Oct 26, 2021
1 parent 59e1cfe commit a78cee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ import { config } from './../configs/config';
</div>
</div>
<div class="w-full md:w-3/5 py-6 text-center">
<iframe title="YouTube" class="m-auto w-full lg:w-2/3" height="315" src="https://www.youtube.com/embed/AU6PrtmXN-U" style="border-radius: 10px; box-shadow: 1px 1px 7px 2px rgba(0,0,0,0.4);" frameborder="0" allowfullscreen></iframe>
<!-- <img
<!-- <iframe title="YouTube" class="m-auto w-full lg:w-2/3" height="315" src="https://www.youtube.com/embed/AU6PrtmXN-U" style="border-radius: 10px; box-shadow: 1px 1px 7px 2px rgba(0,0,0,0.4);" frameborder="0" allowfullscreen></iframe> -->
<img
class="w-full md:w-4/5 z-50 m-auto"
src="img/shopping.svg"
alt="Shopper des produits locaux" /> -->
alt="Shopper des produits locaux" />
</div>

</div>
Expand Down

0 comments on commit a78cee8

Please sign in to comment.