commit e7af6f999fc781e29ebdbd1b0b3b533bf30098ed
parent 0373ce1d3437a3c6f92cc1d350eb55f3ae4a6884
Author: Jo Young <>
Date: Sun, 15 Feb 2026 20:12:06 +0000
Fixed sizing bug
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/stylesheet.css b/stylesheet.css
@@ -36,8 +36,13 @@ body {
text-align: center;
} .art-grid img {
width: 400px;
+ height: 400px;
+ max-width: 75vw;
+ max-height: 75vw;
+ image-rendering: pixelated;
max-width: 75vw;
padding: 10px;
+ object-fit: cover;
} footer {
padding: 5px;
background-color: var(--primary-bg-color);