14 lines
189 B
Sass
14 lines
189 B
Sass
.page
|
|
margin: 2rem
|
|
height: auto
|
|
min-height: 90vh
|
|
|
|
.column
|
|
@extend .page
|
|
display: flex
|
|
flex-direction: column
|
|
align-items: center
|
|
|
|
.row
|
|
@extend .column
|
|
flex-direction: row
|