tjld/css/officers.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