Shorthand write grid-column when starting from 1

This commit is contained in:
2021-10-05 20:59:49 +02:00
parent 67046d18fe
commit 84b3731553
4 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
line-height: 1;
@include bp (sm) {
grid-column: 1 / span 8;
grid-column: span 8;
font-size: rem(28px);
}
}

View File

@@ -41,7 +41,7 @@
// Modules
.grid-modules {
grid-column: 1 / span var(--columns);
grid-column: span var(--columns);
margin: 96px 20px 0;
padding-bottom: 40px;