Fix undeclared character encoding on homepage

Update vertical position of homepage content block
This commit is contained in:
Ethan Paul 2021-04-03 11:53:55 -04:00
parent 68c05bd4d5
commit 32d7f4d848
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<!-- Web crawler and search indexing meta -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>