make mobile layout trigger sooner
This commit is contained in:
parent
b1f5a775d9
commit
11e8bd3dde
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ input[type="text"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* breakpoint */
|
/* breakpoint */
|
||||||
@media only screen and (max-width: 640px) {
|
@media only screen and (max-width: 740px) {
|
||||||
aside {
|
aside {
|
||||||
display: none;
|
display: none;
|
||||||
width: unset;
|
width: unset;
|
||||||
|
|
Loading…
Reference in a new issue