mirror of
https://github.com/Rushilwiz/tjld.git
synced 2025-04-09 15:00:17 -04:00
21 lines
281 B
Sass
Executable File
21 lines
281 B
Sass
Executable File
@import "base"
|
|
|
|
.officers
|
|
margin: 10vh 20vh
|
|
|
|
.row
|
|
display: flex
|
|
flex-direction: row
|
|
flex-wrap: wrap
|
|
width: 100%
|
|
|
|
.column
|
|
display: flex
|
|
flex-direction: column
|
|
flex-basis: 100%
|
|
flex: 1
|
|
|
|
.header
|
|
font-family: $subtitle-stack
|
|
text-align: center
|
|
font-size: 4em |