From add39175e929ac28864dbdaaee773973567f682c Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 8 Oct 2024 14:07:45 +0600 Subject: small html/css improvements --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 388ce24..9f68da1 100644 --- a/static/style.css +++ b/static/style.css @@ -21,7 +21,7 @@ body { .aside-content { position: sticky; - top: 1rem; + top: 3rem; } .list { @@ -38,7 +38,7 @@ body { .tile h2 { font-size: 1rem; - margin-bottom: 0.5rem; + margin-bottom: 0.25rem; margin-top: 0; } -- cgit v1.2.3