aboutsummaryrefslogtreecommitdiff
path: root/scss/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/main.scss')
-rw-r--r--scss/main.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss
index bd22152..6c1f316 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -236,3 +236,15 @@ 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;
+ }
+}