git: 1b5d18677d - main - Documentation Portal Styles: Add padding top to h3 headers
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=1b5d18677d72072f8dd03161ead46141145f2feb commit 1b5d18677d72072f8dd03161ead46141145f2feb Author: Minsoo Choo <[email protected]> AuthorDate: 2023-07-20 10:02:43 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-07-20 10:02:43 +0000 Documentation Portal Styles: Add padding top to h3 headers Differential Revision: https://reviews.freebsd.org/D41066 --- documentation/themes/beastie/assets/styles/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss index 8a2c2e8046..a1bdfbf7dc 100644 --- a/documentation/themes/beastie/assets/styles/global.scss +++ b/documentation/themes/beastie/assets/styles/global.scss @@ -251,6 +251,7 @@ h2 { h3 { font-size: var(--size-550); + padding-top: .8rem; } h4 {