Skip to content
Extraits de code Groupes Projets
Valider ce314b9e rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] ajout div wrapwrap et css

parent 0b35286f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
/* © 2020 Le Filament (<http://www.le-filament.com>)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). */
#wrapwrap {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
flex-flow: column nowrap;
width: 100%;
min-height: 100%;
}
#wrapwrap header {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
#wrapwrap main {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
flex: 1 0 auto;
display: grid;
}
#wrapwrap footer {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
}
.ethikis-survey {
font-family: 'Montserrat', sans-serif;
padding: 20px;
......
......@@ -8,6 +8,7 @@
<!-- remplace le body pour supprimer le header et ajouter le footer -->
<xpath expr="//body" position="replace">
<body>
<div id="wrapwrap">
<header>
</header>
<main>
......@@ -46,14 +47,14 @@
</div>
<div class="col-4 my-auto">
<div class="pb-4 pt-4 text-center">
<h5>Newsletter</h5>
<span>Recevez les nouvelles du label</span>
<h5><a href="https://longtimelabel.com/contact-longtime/">Contactez-nous</a></h5>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
</body>
</xpath>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter