Màj SIRET, remplacé Amatic par Neucha, style team

This commit is contained in:
Pascal Engélibert
2023-04-12 09:29:06 +02:00
parent 15ae9cf069
commit 2135970637
7 changed files with 39 additions and 39 deletions

View File

@ -4,39 +4,41 @@
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 16px
gap: 16px;
}
.team_box {
max-width: 434px;
margin: auto;
}
.team_box-img_wrap {
float: left;
.team_box-top {
display: flex;
align-items: center;
gap: 16px;
}
.team_box-text {
display: inline;
}
.team_box-text-spacer {
height: 32px;
.team_box-bottom {
clear: both;
}
.team_box-img {
// 70% ~= 1/sqrt(2)
mask-image: radial-gradient(circle, #000 69%, transparent 70%);
width: 160px;
margin-right: 16px;
}
.team_box-title {
font-family: Amatic;
font-size: 200%;
font-family: Neucha;
font-size: 150%;
}
.team_box-subtitle {
font-family: Amatic;
font-size: 150%;
font-family: Neucha;
font-size: 125%;
color: $violet;
}
.team_box-description {
margin-top: 8px;
}