From 4367479522109974eaef997b2233310043c3f4ea Mon Sep 17 00:00:00 2001 From: hf02 Date: Fri, 22 Mar 2024 10:57:01 -0400 Subject: [PATCH] fix avatar positioning --- sass/_project-sass/_project-Main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 5ed831f1..1a941e40 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -877,6 +877,10 @@ a.tag:hover { width:37px; margin: 0 4px 4px 0; float: left; + background-size: cover; + background-position: center; + object-fit: cover; + object-position: center; } .misc-page.columns a:visited { color: $c-Brand-1;