Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 10:03:47 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 1b5d18677d - main - Documentation Portal Styles: Add padding top to h3 headers
Message-ID:  <202307201003.36KA3lAS074335@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=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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307201003.36KA3lAS074335>