git: b350ddce74 - main - Reduce height in Documentation Portal header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 May 2022 20:52:13 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=b350ddce7418f774dc31ad1bf27ecb444b7a111a commit b350ddce7418f774dc31ad1bf27ecb444b7a111a Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-05-03 20:51:21 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-05-03 20:51:21 +0000 Reduce height in Documentation Portal header --- documentation/themes/beastie/assets/styles/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/themes/beastie/assets/styles/header.scss b/documentation/themes/beastie/assets/styles/header.scss index b0f724dda1..bdc53aeb2f 100644 --- a/documentation/themes/beastie/assets/styles/header.scss +++ b/documentation/themes/beastie/assets/styles/header.scss @@ -59,6 +59,7 @@ header { float: left; font-size: 2em; padding: 10px 20px; + padding-bottom: 0px; text-decoration: none; }