1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
KyFlo/Assets/resp.css
2019-12-15 00:10:44 +01:00

33 lines
559 B
CSS

@media (min-width:48em){
/* NAVBAR */
.header li{
float: left;
}
.header li a{
padding: 20px 30px;
}
.header .menu{
clear: none;
float: right;
max-height: none;
}
.header .menu-icon{
display: none;
}
/*============================================*/
/* TOUT NOS PRODUITS*/
.flex-container>div {
width: 20%;
margin: 1vw;
}
.flex-container>div>a>img{
width: 80%;
}
/*============================================*/
}