SCSS: Fix breakpoint mobile naming
From "m" to "mob"
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
flex-direction: column-reverse;
|
||||
margin-bottom: 40px;
|
||||
|
||||
@include breakpoint (m) {
|
||||
@include breakpoint (mob) {
|
||||
margin-bottom: pxVW(176);
|
||||
}
|
||||
@include breakpoint (md) {
|
||||
|
||||
Reference in New Issue
Block a user