Fixed a Bug

This commit is contained in:
CodeServer 2021-07-28 02:17:46 +01:00
parent 820e88e009
commit cad63c5238
3 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ body
padding: 0 padding: 0
height: 100% height: 100%
max-width: 100% max-width: 100%
overflow-x: hidden // overflow-x: hidden
div.container div.container
text-align: center text-align: center

View File

@ -11,7 +11,6 @@ body {
padding: 0; padding: 0;
height: 100%; height: 100%;
max-width: 100%; max-width: 100%;
overflow-x: hidden;
} }
div.container { div.container {

File diff suppressed because one or more lines are too long