git: 1b5d18677d - main - Documentation Portal Styles: Add padding top to h3 headers

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Thu, 20 Jul 2023 10:03:47 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1b5d18677d72072f8dd03161ead46141145f2feb

commit 1b5d18677d72072f8dd03161ead46141145f2feb
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2023-07-20 10:02:43 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
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 {