From ac9054f91851f848c7627ea4ca0b1d3e4982b25e Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 17 Mar 2023 23:22:31 +0000 Subject: [PATCH] backend: make images fluid and avoid stretching --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 136d6d9..4a1a18a 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -108,7 +108,8 @@ a:active { } img { - width: 100%; + max-width: 100%; + height: auto; } dt {