REMOVE big fontawesome gitsubmodule for small icon selection, ADD leave date for teammembers

This commit is contained in:
Hoernschen 2023-09-25 13:34:46 +02:00
parent 1e6160b1b1
commit 80feba5acc
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
16 changed files with 1315 additions and 32 deletions

View file

@ -2,7 +2,7 @@ $font: {{ .Param "font" }};
@font-face {
font-family: $font;
src: url("/fonts/#{$font}/#{$font}-Regular.ttf") format('truetype');
src: url("/fonts/#{$font}/#{$font}-Regular.woff2") format('woff2');
font-weight: 400;
font-style: normal;
}
@ -210,13 +210,13 @@ button {
.team-list a {
color: inherit;
margin: 0 auto;
}
.teammember {
display: inline-block;
align-items: center;
text-align: center;
margin: 0 auto;
padding: 1rem;
}
@ -267,7 +267,8 @@ button {
display: flex;
flex-wrap: wrap;
color: #333;
margin-top: -0.5rem
margin-top: -0.5rem;
padding-block-end: 0.25rem;
}
.teammember-header-social-media a {