You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
660 B
Sass

// only used in "team" page
.equipe
display: flex
flex-wrap: wrap
justify-content: space-between
.person
width: 15em
margin-left: auto
margin-right: auto
margin-bottom: 1em
// border: solid 1px black
h4
font-size: medium
margin: 0
text-align: center
color: #222
p
text-align: center
width: 13em
margin: auto
color: #111
img
display: block
margin: auto
width: 6em
height: 6em
border-radius: 4px
.avatar
width: 138px