git: 1118ad62f3 - main - Documentation Portal Styles: Add margin to articles 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=1118ad62f385b3762e0d03559ec67e28810a5510 commit 1118ad62f385b3762e0d03559ec67e28810a5510 Author: Minsoo Choo <[email protected]> AuthorDate: 2023-07-20 09:45:40 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-07-20 09:45:40 +0000 Documentation Portal Styles: Add margin to articles header Differential Revision: https://reviews.freebsd.org/D41062 --- documentation/themes/beastie/assets/styles/documentation.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/themes/beastie/assets/styles/documentation.scss b/documentation/themes/beastie/assets/styles/documentation.scss index dbb015b745..d0fe86fa9c 100644 --- a/documentation/themes/beastie/assets/styles/documentation.scss +++ b/documentation/themes/beastie/assets/styles/documentation.scss @@ -64,6 +64,10 @@ padding-left: 1.5rem; padding-right: 1.5rem; transition: .2s ease-in-out; + + h1 { + margin: .8rem 0; + } } }