From 3c80fa12142efec9812968d890290f3560f87a58 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Mon, 6 Nov 2023 22:27:59 +0000 Subject: [PATCH] More layout tweaking. --- static/css/custom.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 8259b18..4fde611 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -8,13 +8,22 @@ body { } .c-article__meta { - line-height: 0.5em; + line-height: 0.25em; + padding-top: 5px; + padding-bottom: 10px; + margin-block-start: 5px; } .c-article__title a { color: #000000; } +.c-article__title { + margin-bottom: 0; + padding-bottom: 0; + line-hight: 0.1em; +} + .l-deprecation_warning { background-color: #dd4444; text-align: center;