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

@@ -170,7 +170,7 @@
flex-direction: column-reverse;
margin-bottom: 40px;
@include breakpoint (m) {
@include breakpoint (mob) {
margin-bottom: pxVW(176);
}
@include breakpoint (md) {