chore: styles

This commit is contained in:
Cory Dransfeldt 2024-02-29 12:33:51 -08:00
parent a4d4bd8181
commit 6576bf1c2e
No known key found for this signature in database

View file

@ -3,7 +3,6 @@
}
.avatar__wrapper {
width: 100%;
margin-bottom: 1.5rem;
}
@ -23,9 +22,14 @@
overflow: hidden;
}
.avatar__wrapper,
.avatar__wrapper .avatar__wrapper--interior picture > *,
.avatar__wrapper .avatar__wrapper--interior img {
width: 100%;
}
.avatar__wrapper .avatar__wrapper--interior picture > *,
.avatar__wrapper .avatar__wrapper--interior img {
height: 100%;
}