bring back reactive design
This commit is contained in:
parent
a3ca68bcaf
commit
7440b26ba7
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue