Better support for blogs without a drawer
This commit is contained in:
parent
bdfd878b58
commit
a1cf5b45be
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Reference in a new issue