fix: 🐛 Fix image ratios

master
Keith Irwin 2023-10-18 13:16:15 -06:00
parent fe7b46b875
commit c2d2623c63
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 8 additions and 0 deletions

View File

@ -88,6 +88,14 @@ input, button {
border: 1px solid var(--gray);
color: var(--purple);
}
img {
max-width: 100%;
max-height: 90vh;
height: auto;
width: auto;
display: block;
margin: auto;
}
hr {
border: 1px solid var(--gray);
}