Move to mobile view earlier at 640px
This commit is contained in:
parent
bdddc6b4b9
commit
ebeecf0bb1
2 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ $georgia: Georgia, serif;
|
|||
|
||||
// Mobile breakpoints
|
||||
@mixin mobile {
|
||||
@media screen and (max-width: 520px) {
|
||||
@media screen and (max-width: 640px) {
|
||||
@content;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue