From 3ab9023b734e0b08f26abd4ce6d321e58a9c5f2e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 14 Jul 2021 22:57:08 +0200 Subject: [PATCH] Fix spacing --- assets/css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 09a21ae..3f81e28 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -116,7 +116,7 @@ h2, h3, header > .meta, .sidelinks { } h3 { - padding-top: 5px; + margin-top: 5px; } h4, h5, h6 { @@ -140,15 +140,19 @@ article ul li::before { } -p + p, * + h2, -h2:not(:first-child) + p, -h2:not(:first-child) + .highlighter-rouge -h2:not(:first-child) + pre +* + h3, +h2 + p, +h2 + .highlighter-rouge, +h2 + pre { padding-top: 5rem; } +p + p { + padding-top: 3rem; +} + a, a:hover, a:visited { padding: 0rem 0.6rem; margin: 0rem -0.6rem;