From 4631bf9fee31289d30d211d59b77b579303d55f6 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 28 Dec 2020 09:57:02 +0100 Subject: Various small fixes, exclude raw ASCII fox from output --- assets/css/components/_page-header.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets/css/components/_page-header.scss') diff --git a/assets/css/components/_page-header.scss b/assets/css/components/_page-header.scss index 886b3e9..e15be1c 100644 --- a/assets/css/components/_page-header.scss +++ b/assets/css/components/_page-header.scss @@ -14,4 +14,8 @@ color: var(--fg-minus); line-height: $code-block--line-height; } + + > :first-child { + margin-top: 0; + } } -- cgit v1.2.3-54-g00ecf