33 lines
559 B
CSS
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%;
|
|
}
|
|
/*============================================*/
|
|
}
|