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

44 lines
700 B
CSS
Raw Normal View History

2019-12-13 13:48:52 +01:00
@media (min-width:750px){
/* NAVBAR */
2019-12-13 13:48:52 +01:00
.header{
position: fixed;
}
2019-12-11 21:33:44 +01:00
.header li{
float: left;
2019-12-04 09:54:26 +01:00
}
2019-12-11 21:33:44 +01:00
.header li a{
padding: 20px 30px;
2019-12-04 09:54:26 +01:00
}
2019-12-11 21:33:44 +01:00
.header .menu{
clear: none;
float: right;
max-height: none;
2019-12-04 11:57:53 +01:00
}
2019-12-11 21:33:44 +01:00
.header .menu-icon{
display: none;
2019-12-04 11:57:53 +01:00
}
2019-12-13 13:03:48 +01:00
.header ul input{
border-bottom: 0.1vw solid grey;
margin-top: 6%;
}
2019-12-13 13:03:48 +01:00
2019-12-12 11:55:42 +01:00
/*============================================*/
/* TOUT NOS PRODUITS*/
.flex-container>div {
width: 20%;
margin: 1vw;
}
.flex-container>div>a>img{
width: 80%;
}
/*============================================*/
2019-12-12 07:45:52 +01:00
}