REMOVE big fontawesome gitsubmodule for small icon selection, ADD leave date for teammembers
This commit is contained in:
parent
1e6160b1b1
commit
80feba5acc
16 changed files with 1315 additions and 32 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue