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){
|
||||
nav{
|
||||
.sidebar{
|
||||
position: relative;
|
||||
width: auto;
|
||||
height: auto;
|
||||
text-align: center;
|
||||
}
|
||||
.navigation{
|
||||
border-radius: 5px;
|
||||
}
|
||||
.plugs, .tagcloud{
|
||||
display: none;
|
||||
}
|
||||
nav ul{
|
||||
text-align: center;
|
||||
padding-left: 0;
|
||||
|
|
Loading…
Reference in a new issue