From a7e5d3d3d596116f739fe2a5122b0d5ee8c7e8f2 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 17 Mar 2023 21:33:39 +0000 Subject: [PATCH] backend: set images to 100% width --- public/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 553f9ab..0f4fc31 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -107,6 +107,10 @@ a:active { color: var(--accent-hover); } +img { + width: 100%; +} + dt { font-weight: bold; } @@ -159,8 +163,6 @@ dd { .gallery > a:visited > img { max-height: 24rem; max-width: 14rem; - height: 100%; - width: 100%; outline-offset: 0.1875rem; outline: 0.0625rem solid;