SCSS: Fix breakpoint mobile naming
From "m" to "mob"
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
background-color: $color-tertiary;
|
||||
will-change: transform, opacity;
|
||||
|
||||
@include breakpoint (m) {
|
||||
@include breakpoint (mob) {
|
||||
padding-bottom: 96px;
|
||||
}
|
||||
@include breakpoint (sm) {
|
||||
|
||||
Reference in New Issue
Block a user