diff options
author | Alex <alex@scerba.org> | 2024-05-04 17:47:52 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-08-15 22:54:25 -0500 |
commit | 958af985bf6f41ceac94c49ce443358734f0f98e (patch) | |
tree | 73f7f91aaa5d60265857aabd9690baf7845065d2 | |
parent | 811c9bb2f7358ff094fe13deb6d961088baa2d8f (diff) |
Visual fix for homepage hr spacing.
-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%;
|