summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/main.css b/common/main.css
index 984cdd4..5433163 100644
--- a/common/main.css
+++ b/common/main.css
@@ -79,6 +79,14 @@ h2 {
line-height: 24px;
}
+h2::before {
+ content: '';
+ display: block;
+ width: 100%;
+ height: 144px;
+ margin: -144px 0px 0px;
+}
+
.page {
width: min(var(--content-width), 100vw);
min-height: fit-content;