Merge pull request #503 from hf02/avatar-fix

Fix avatar positioning
This commit is contained in:
Kyle Drake 2024-03-22 12:16:55 -05:00 committed by GitHub
commit bb83caf8fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -877,6 +877,10 @@ a.tag:hover {
width:37px; width:37px;
margin: 0 4px 4px 0; margin: 0 4px 4px 0;
float: left; float: left;
background-size: cover;
background-position: center;
object-fit: cover;
object-position: center;
} }
.misc-page.columns a:visited { .misc-page.columns a:visited {
color: $c-Brand-1; color: $c-Brand-1;