diff --git a/.gitignore b/.gitignore index 48b8bf9..b848d66 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vendor/ +config.json diff --git a/style.css b/style.css index 57e1a13..a199815 100644 --- a/style.css +++ b/style.css @@ -21,7 +21,8 @@ body { #content { background-color: #022601; height: 80%; - margin: 2vw; + margin: 0; + margin-top: 2vw; padding: 2vw; color: #79F257; border: 2px solid #377326;