From 738c15c69ee78ffc7731fbaba9bd3f6d95f902cd Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 8 Jan 2021 20:13:09 +0100 Subject: [PATCH] CSS fix --- web/css/styles.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/web/css/styles.css b/web/css/styles.css index 0f047fd..6380eb0 100644 --- a/web/css/styles.css +++ b/web/css/styles.css @@ -16,6 +16,11 @@ body { color: #3D3D3D; } +h1, h2, h3, h4 { + margin-top: 2rem; + margin-bottom: 1rem; +} + h1 { font-size: 2.4rem; text-align: center; @@ -24,16 +29,14 @@ h1 { h2 { font-size: 1.8rem; + margin-top: 0; + padding-top: 0; } h3 { font-size: 1.4rem; } -h1, h2, h3, h4 { - margin-top: 2rem; - margin-bottom: 1rem; -} img { vertical-align: sub; @@ -59,6 +62,7 @@ td { vertical-align: top; border: 1px solid #9ccece; text-align: center; + vertical-align: middle; }