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 {
border: none;
aspect-ratio: 1 / 1;
width: 100%;
max-width: 15rem;
width: 192px;
height: auto;
max-height: 15rem;
border-radius: 50%;
@media only screen and (max-width: 600px) {
max-width: 12rem;
max-height: 12rem;
}
}
@media only screen and (max-width: 600px) {