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;
img {
width: auto;
height: 200px;
max-width: 100%;
max-height: 220px;
}
}