From a0c99bb77d010f716db0090deb2a133835c94397 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 9 Apr 2023 20:53:30 +0100 Subject: Fix spacing on mobile --- themes/ymherklotz/static/css/default.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css index 45898dc..d871ac4 100644 --- a/themes/ymherklotz/static/css/default.css +++ b/themes/ymherklotz/static/css/default.css @@ -478,11 +478,11 @@ dl { @media (max-width: 600px) { header { - margin: 4.2rem 0; + margin: 1rem 0 2rem 0; } #navbar { - margin: 0 auto 3rem; + margin: 0 auto 1rem; text-align: center; } @@ -508,11 +508,11 @@ dl { .logo { text-align: center; - margin: 1rem auto 3rem; + margin: 0rem auto 0.5rem; } .logo a { - font-size: 2.0rem; + font-size: 1.5rem; } #navbar a { @@ -544,6 +544,10 @@ dl { text-align: center; } + .post-meta { + margin-bottom: 1.5rem; + } + .post-display .post-meta { text-align: left; } -- cgit