fix image sizing

This commit is contained in:
2025-02-02 23:21:41 +00:00
parent bd1488c78a
commit da1210d682

View File

@@ -117,7 +117,7 @@ a{
} }
.project-thumb{ .project-thumb{
max-width: 100%; min-width: 100%;
max-height: 100%; max-height: 100%;
} }