responsive

This commit is contained in:
Nicolas Bally 2017-01-27 23:18:00 +01:00
parent 42a7fc0bdd
commit 915e2bf0f5

View File

@ -346,3 +346,59 @@ float:left;
margin:0; margin:0;
} }
} }
.row{
margin:0;
}
@media screen and (max-width:1000px) {
.top{
#logo{
margin-bottom:0;
}
text-align:center;
height:auto;
ul{
margin:none;
}
.menu{
float:none;
width:auto;
text-align:center;
a{
}
}}
}
@media screen and (max-width:600px) {
.top{
height:auto;
ul{
margin:none;
}
.menu{
float:none;
width:auto;
a{
line-height:1.5em;
padding:10px;
display:block;
}
}}
}