updated image width/height styles

This commit is contained in:
Silas Bartha 2024-08-18 04:40:52 -04:00
parent 0be0c10aba
commit 16f288218d
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -9,6 +9,11 @@ a {
color: everforest.$blue; color: everforest.$blue;
} }
img {
max-width: 100vw;
max-height: 720px;
}
.wip-indicator { .wip-indicator {
color: everforest.$yellow; color: everforest.$yellow;
} }