diff options
Diffstat (limited to 'scss/main.scss')
| -rw-r--r-- | scss/main.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss index bd22152..bef8c81 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -236,3 +236,22 @@ h4 { padding: 0 2rem 1rem 2rem; border-radius: 32px; } + +.custom-page { + & h2 { + margin-bottom: 1rem; + } + & h3 { + margin-bottom: 0.5rem; + } + & ul { + list-style: disc inside; + } + & .links { + margin-top: 1rem; + margin-bottom: 1rem; + &:last-child { + margin-bottom: 0; + } + } +} |
