Skip to content
Snippets Groups Projects

responsive

Merged CELMA ANNELISE requested to merge responsive into main
Compare and
1 file
+ 24
0
Preferences
Compare changes
+ 24
0
html{
height:-webkit-fill-available;
}
body{
padding:0;
margin:0;
min-height: 100vh;
}
@supports (-webkit-touch-callout:none){
body{
min-height:webkit-fill-available;
}
}
/**** MOBILE FIRST *****/
@font-face {
@@ -390,6 +404,16 @@ footer a {
.nav__list li{
font-size: 3.5rem;
}
.section-BigTitle img[alt="tache-jaune2"]{
position:absolute;
width:75%;
right:5%;
top:40%;
z-index: -1;
}
footer{
gap:3rem;