Date: Tue, 3 May 2022 20:52:13 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: b350ddce74 - main - Reduce height in Documentation Portal header Message-ID: <202205032052.243KqDGB034897@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205032052.243KqDGB034897>
