From 6bec441e6ba49b4d602c2f2120369083c97741e0 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 10 Mar 2020 16:25:22 -0700 Subject: [PATCH] added splash page --- custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 3c8ccfd..d462d66 100644 --- a/custom.css +++ b/custom.css @@ -18,7 +18,7 @@ body { } h1 { - font-family: "CooperHewittBold"; + font-family: "CooperHewittBold" !important; font-weight: normal; font-style: normal; } @@ -33,3 +33,9 @@ a:hover { /* font-weight: bold; */ font-style: italic; } + +section { + height: 100vh; + position: relative; + top: 10vh; +}