mirror of
https://github.com/Rushilwiz/tjld.git
synced 2025-04-17 18:50:19 -04:00
28 lines
319 B
Sass
28 lines
319 B
Sass
@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
|
|
|
|
|
|
.blue-column
|
|
background-color: blue
|
|
height: 100px
|
|
|
|
|
|
.green-column
|
|
background-color: green
|
|
height: 100px
|