From ebe77f0512ae19bfe6da5593480d256e343d6765 Mon Sep 17 00:00:00 2001 From: Hotdoy Date: Sun, 12 Jan 2020 09:00:15 -0500 Subject: [PATCH] presumed fix to splash content appearing lower than positioned --- css/splash.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/splash.css b/css/splash.css index aff81b8..30e38e3 100644 --- a/css/splash.css +++ b/css/splash.css @@ -37,5 +37,5 @@ html{ .splash__content{ z-index: 1003; text-align: center; - padding-top: calc(var(--rhythm) * 0.5); + margin-top: -3rem; }