diff --git a/website/src/styles/index.css b/website/src/styles/index.css index 86fdb74e..d439928d 100644 --- a/website/src/styles/index.css +++ b/website/src/styles/index.css @@ -8,6 +8,6 @@ body { display: none !important; } -.prose > h1 { - padding-top: 30px; +.prose > h1:not(:first-child) { + margin-top: 30px; }