Fix transparent pfps missing a background

This commit is contained in:
Monty 2021-09-12 09:54:03 +02:00
parent 5442a168d5
commit f12dd9a98c
No known key found for this signature in database
GPG Key ID: 78B405B6520E1012

View File

@ -368,6 +368,10 @@ section.team {
border-radius: 10px;
align-items: center;
}
.card .card-left {
background: white;
border-radius: 12px;
}
.card .pfp {
width: 100%;
border-radius: 10px;