fix huge project images on mobile

This commit is contained in:
2026-02-11 13:08:52 -06:00
parent d54aa6009a
commit 46fc66971d

View File

@@ -562,6 +562,7 @@ tr {
.projImage > img { .projImage > img {
width: 100%; width: 100%;
height: 100%; height: 100%;
max-height: 50vh;
object-fit: contain; object-fit: contain;
border-radius: 1em; border-radius: 1em;
} }