diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 106d47e..c0f0547 100644 --- a/static/style.css +++ b/static/style.css @@ -76,6 +76,10 @@ main { margin-right: auto;
}
+main:has(#intro) {
+ padding-top: 0;
+}
+
.top-bar {
position: fixed;
width: 100%;
|