Update shuttingdown.html

This commit is contained in:
DremOS Developing Team 2018-09-22 18:49:03 -05:00 committed by GitHub
parent 142a1137a9
commit 7186fd133f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,11 @@
padding: 0;
width: 100%;
}
body {
display: table;
background-color: #FFFFFF;
}
.my-block {
text-align: center;
display: table-cell;