Skip to content

Commit 84e53bd

Browse files
committed
Update h1 Page.title font weight 600/padding
Previously the Title of the page seemed to look irrelevant, it now has been improved with a considerable change to give it more space from the rest of the content, as well as make it stand out more on what page the reader currently is sat on.
1 parent ac16523 commit 84e53bd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

_sass/custom/custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ $color-scheme: dark;
44
@import 'collections'; // Collections Boxes for Content
55
@import '../code'; // Overwrites Dependency Values see " Just the Docs " version " Dependency Removed in the future".
66

7+
// ---- Add these to their specified location, or Get the full file and make changes accordingly ---
8+
// Main Entry (Title of the Page) Accessed by {{ page.title }}
9+
h1 {
10+
padding-bottom: 20px;
11+
font-weight: 600;
12+
}
13+
714
// All Header 2's have spacing before content
815
h2 {
916
padding-bottom: 20px;

0 commit comments

Comments
 (0)