fix: fixing avatar widths

This commit is contained in:
2023-12-17 16:31:07 -06:00
parent a6dc77feff
commit 3e3e76773c
6 changed files with 8 additions and 4 deletions

View File

@@ -14,3 +14,7 @@
border-color: darken($body-bg-light, 10%);
}
}
img.avatar_img {
max-width: 100%;
height: auto;
}