13 lines
167 B
Sass
13 lines
167 B
Sass
.page
|
|
margin: 2rem
|
|
height: auto
|
|
min-height: 90vh
|
|
|
|
.column
|
|
@extend .page
|
|
display: flex
|
|
flex-direction: column
|
|
|
|
.row
|
|
@extend .column
|
|
flex-direction: row
|