Set head shot to be static 192px unless needed to shrink

This commit is contained in:
blaine-t 2024-09-09 17:04:19 -05:00
parent f4f4d66ab6
commit 7e0f022c92
No known key found for this signature in database
GPG key ID: 8D281DF6BDB25B4A

View file

@ -62,16 +62,9 @@
#banner-home-img { #banner-home-img {
border: none; border: none;
aspect-ratio: 1 / 1; aspect-ratio: 1 / 1;
width: 100%; width: 192px;
max-width: 15rem;
height: auto; height: auto;
max-height: 15rem;
border-radius: 50%; border-radius: 50%;
@media only screen and (max-width: 600px) {
max-width: 12rem;
max-height: 12rem;
}
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {