Fix desktop centering
This commit is contained in:
parent
49220107c2
commit
b4569319f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
vendor/
|
vendor/
|
||||||
|
config.json
|
||||||
|
@ -21,7 +21,8 @@ body {
|
|||||||
#content {
|
#content {
|
||||||
background-color: #022601;
|
background-color: #022601;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
margin: 2vw;
|
margin: 0;
|
||||||
|
margin-top: 2vw;
|
||||||
padding: 2vw;
|
padding: 2vw;
|
||||||
color: #79F257;
|
color: #79F257;
|
||||||
border: 2px solid #377326;
|
border: 2px solid #377326;
|
||||||
|
Loading…
Reference in New Issue
Block a user