You've already forked AstralRinth
forked from didirus/AstralRinth
Switch to Nuxt
This commit is contained in:
9
assets/styles/layout.scss
Normal file
9
assets/styles/layout.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.columns {
|
||||
display: flex;
|
||||
|
||||
@for $i from 1 through 4 {
|
||||
.column-grow-#{$i} {
|
||||
flex-grow: $i;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user