fix avatar positioning

This commit is contained in:
hf02 2024-03-22 10:57:01 -04:00
parent 47bc9788ef
commit 4367479522
No known key found for this signature in database
GPG key ID: 7294138471D14003

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;