git: 1118ad62f3 - main - Documentation Portal Styles: Add margin to articles header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 09:47:06 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=1118ad62f385b3762e0d03559ec67e28810a5510
commit 1118ad62f385b3762e0d03559ec67e28810a5510
Author: Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2023-07-20 09:45:40 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
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;
+ }
}
}