From 958af985bf6f41ceac94c49ce443358734f0f98e Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 4 May 2024 17:47:52 -0400 Subject: Visual fix for homepage hr spacing. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') 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%; -- cgit v1.2.3