SCSS: Fix breakpoint mobile naming

From "m" to "mob"
This commit is contained in:
2020-04-19 19:42:52 +02:00
parent 302af713d0
commit c37a8238f3
5 changed files with 5 additions and 5 deletions

View File

@@ -81,7 +81,7 @@
background-color: $color-tertiary;
will-change: transform, opacity;
@include breakpoint (m) {
@include breakpoint (mob) {
padding-bottom: 96px;
}
@include breakpoint (sm) {