diff options
| -rw-r--r-- | assets/css/_basics.scss | 7 | ||||
| -rw-r--r-- | content/personal/index.md | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss index 648a4fc..0d6a2a7 100644 --- a/assets/css/_basics.scss +++ b/assets/css/_basics.scss | |||
| @@ -146,12 +146,7 @@ h6 { | |||
| 146 | line-height: 1.2; | 146 | line-height: 1.2; |
| 147 | font-feature-settings: 'ss02' 1; | 147 | font-feature-settings: 'ss02' 1; |
| 148 | 148 | ||
| 149 | + h1, | 149 | + & { |
| 150 | + h2, | ||
| 151 | + h3, | ||
| 152 | + h4, | ||
| 153 | + h5, | ||
| 154 | + h6 { | ||
| 155 | margin-top: $line-height * 1em; | 150 | margin-top: $line-height * 1em; |
| 156 | } | 151 | } |
| 157 | } | 152 | } |
diff --git a/content/personal/index.md b/content/personal/index.md index c15099f..428f988 100644 --- a/content/personal/index.md +++ b/content/personal/index.md | |||
| @@ -5,4 +5,4 @@ create_feed: true | |||
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 | Welcome to the personal section of my website! | 7 | Welcome to the personal section of my website! |
| 8 | Here you can find content I don't want to be easily accessible for all visitors. | 8 | Here you can find content I don't want to be easily accessible for all visitors, which is why I haven't linked this section anywhere. |
