Maintain image aspect ratio.

main
Joshua Potter 2023-12-18 02:52:36 -07:00
parent 994e1391ed
commit 0f89bdf6c1
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
text-align: center; text-align: center;
img { img {
width: auto; max-width: 100%;
height: 200px; max-height: 220px;
} }
} }