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

View file

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