bring back reactive design

This commit is contained in:
nek0 2016-11-01 00:24:11 +01:00
parent a3ca68bcaf
commit 7440b26ba7

View file

@ -310,12 +310,18 @@ h2 {
} }
@media screen and (max-width: 600px){ @media screen and (max-width: 600px){
nav{ .sidebar{
position: relative; position: relative;
width: auto; width: auto;
height: auto; height: auto;
text-align: center; text-align: center;
} }
.navigation{
border-radius: 5px;
}
.plugs, .tagcloud{
display: none;
}
nav ul{ nav ul{
text-align: center; text-align: center;
padding-left: 0; padding-left: 0;