diff options
| author | Mark Otto <[email protected]> | 2020-04-14 21:03:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-04-14 21:03:56 -0700 |
| commit | 3ab9323ad2aa568fdb255232247d021a5d0daaae (patch) | |
| tree | c66d597dcddfd002843b92b32a10466d9e5b9d3b | |
| parent | be9a2374c5f9451b11ba4db4912a93d3be0252fe (diff) | |
| download | bootstrap-3ab9323ad2aa568fdb255232247d021a5d0daaae.tar.xz bootstrap-3ab9323ad2aa568fdb255232247d021a5d0daaae.zip | |
Slight adjustment to the h3 heading spacing in docs
| -rw-r--r-- | site/assets/scss/_content.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_content.scss b/site/assets/scss/_content.scss index 23dd3a7ff..8368f9eb2 100644 --- a/site/assets/scss/_content.scss +++ b/site/assets/scss/_content.scss @@ -17,7 +17,7 @@ } > h3 { - margin-top: 1.5rem; + margin-top: 2rem; } > ul li, |
