From 97e80d35ab487e1c1828d7284cb02e76f79251e6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 9 Apr 2023 20:42:24 +0100 Subject: Fix some sizing --- themes/ymherklotz/static/css/default.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css index 9166058..45898dc 100644 --- a/themes/ymherklotz/static/css/default.css +++ b/themes/ymherklotz/static/css/default.css @@ -283,8 +283,9 @@ dl { .heading-anchor1 { text-decoration: none; float: left; - padding-right: 0.2em; + padding-right: 0.5em; margin-left: -1.5em; + margin-top: 0.2em; line-height: 1; } @@ -297,7 +298,7 @@ dl { float: left; padding-right: 0.5em; margin-left: -1.5em; - margin-top: 0.4em; + margin-top: 0.2em; line-height: 1; } @@ -310,7 +311,7 @@ dl { float: left; padding-right: 0.5em; margin-left: -2em; - margin-top: 0.4em; + margin-top: 0.2em; line-height: 1; } @@ -546,6 +547,10 @@ dl { .post-display .post-meta { text-align: left; } + + .heading-anchor1, .heading-anchor2, .heading-anchor3, .heading-anchor4, .heading-anchor5, .heading-anchor6 { + display: none; + } } @media (min-width: 601px) and (max-width: 992px) { @@ -553,6 +558,7 @@ dl { body { max-width: 70rem; margin: 0 auto; + width: 85%; } .center > article { @@ -630,7 +636,7 @@ dl { .center > article { width: 45rem; - margin: 3em auto; + margin: 3rem auto; padding: 0; } -- cgit