Increase size of avatar images

This commit is contained in:
SondreB 2023-01-16 14:40:20 +01:00
parent 0fd158be24
commit 0e0cb2b054
No known key found for this signature in database
GPG Key ID: D6CC44C75005FDBF

View File

@ -75,9 +75,8 @@ header {
border-radius: 50%; border-radius: 50%;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
width: 65px; width: 96px;
height: 65px; height: 96px;
opacity: 0.9;
} }
.avatar:hover { .avatar:hover {
@ -86,13 +85,11 @@ header {
} }
.topavatar { .topavatar {
border: 3px solid #9c27b0;
border-radius: 50%; border-radius: 50%;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
width: 32px; width: 42px;
height: 32px; height: 42px;
opacity: 0.9;
} }
.topavatar:hover { .topavatar:hover {