diff --git a/public/index.css b/public/index.css index 31e655b..27b790c 100644 --- a/public/index.css +++ b/public/index.css @@ -99,9 +99,8 @@ body { .art { max-height: 50vh; - width: 400px; - max-width: 50vw; + max-width: min(400px, 50vw); margin: 5px; }