git: b350ddce74 - main - Reduce height in Documentation Portal header
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=b350ddce7418f774dc31ad1bf27ecb444b7a111a commit b350ddce7418f774dc31ad1bf27ecb444b7a111a Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-05-03 20:51:21 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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; }