responsive
This commit is contained in:
parent
42a7fc0bdd
commit
915e2bf0f5
@ -346,3 +346,59 @@ float:left;
|
||||
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;
|
||||
}
|
||||
}}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user