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;