From 32d7f4d8486d049a2c41adf391da35cf51497d4e Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sat, 3 Apr 2021 11:53:55 -0400 Subject: [PATCH] Fix undeclared character encoding on homepage Update vertical position of homepage content block --- css/style.css | 2 +- index.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 2b5ceb8..35f5084 100644 --- a/css/style.css +++ b/css/style.css @@ -56,7 +56,7 @@ a:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6); position: absolute; - top: 20%; + top: 15%; left: 50%; transform: translate(-50%, 0); z-index: 10; diff --git a/index.html b/index.html index 00d8e24..0687d6f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,9 @@ + + +