SCSS: Fix breakpoint mobile naming
From "m" to "mob"
This commit is contained in:
@@ -179,7 +179,7 @@ button {
|
||||
line-height: 1.15;
|
||||
text-align: center;
|
||||
|
||||
@include breakpoint (m) {
|
||||
@include breakpoint (mob) {
|
||||
font-size: rem(24px);
|
||||
}
|
||||
@include breakpoint (sm) {
|
||||
|
||||
Reference in New Issue
Block a user