From 1df376b3b7b1e77de2730fa93f499083116baf4f Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 16 Sep 2025 12:58:37 +0600 Subject: small style improvements --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index edc7bb7..ccdd08d 100644 --- a/static/style.css +++ b/static/style.css @@ -523,7 +523,7 @@ p { @media screen and (max-width: 50rem) { body { - margin: 1rem 1rem 1.5rem; + margin: 1rem; } .side { @@ -537,7 +537,7 @@ p { .gallery { display: flex; flex-direction: column; - gap: 1.5rem; + gap: 1rem; max-width: 100%; } -- cgit v1.2.3