refactor: improve img css

This commit is contained in:
Price Hiller 2023-08-29 22:25:17 -05:00
parent 0e64d9621a
commit d50785e4fa
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -183,14 +183,13 @@ nav a:visited:hover {
} }
img { img {
padding: 10px;
margin: 0; margin: 0;
overflow: scroll; overflow: scroll;
max-height: 75vh; max-height: 75vh;
max-width: min(95vw, 125%); max-width: min(95vw, 125%);
margin-left: 50%; margin-left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
border-radius: 15px; border-radius: 6px;
} }
.anchor { .anchor {