Created the Person style

This commit is contained in:
Mathias Wagner 2022-09-12 21:09:43 +02:00
parent 7c16155e1a
commit 3b4fae5065

View File

@ -0,0 +1,29 @@
@import "@/common/styles/colors"
.person
display: flex
flex-direction: column
align-items: center
.person h3
margin: 24px 0 24px
font-size: 48pt
color: $white
.person img
width: 256px
border-radius: 150px
.team-socials
display: flex
.team-icon
color: $white
font-size: 36pt
padding-right: 20px
padding-left: 5px
width: 50px
height: 50px
.team-icon:hover
color: $primary