From b4569319f0513f9398a82415d4b00f3c134c1487 Mon Sep 17 00:00:00 2001 From: Elizabeth Cray Date: Sun, 26 Jun 2022 05:42:59 +0000 Subject: [PATCH] Fix desktop centering --- .gitignore | 1 + style.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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;