Better support for blogs without a drawer

This commit is contained in:
mmk2410 2015-07-03 09:58:54 +02:00
parent bdfd878b58
commit a1cf5b45be
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,10 @@ THE SOFTWARE.
display: none;
}
.nav-img{
display: none;
}
@media screen and (min-width: 1440px) {
.header {
left: 0px;
@ -39,4 +43,10 @@ THE SOFTWARE.
margin-left: 0px;
width: 100%;
}
}
@media screen and (max-width: 720px){
.title{
left: 25px;
}
}