Fix desktop centering

This commit is contained in:
Elizabeth Cray 2022-06-26 05:42:59 +00:00
parent 49220107c2
commit b4569319f0
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
vendor/
config.json

View File

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