Shorthand write grid-column when starting from 1
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
line-height: 1;
|
||||
|
||||
@include bp (sm) {
|
||||
grid-column: 1 / span 8;
|
||||
grid-column: span 8;
|
||||
font-size: rem(28px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user