From 7186fd133ff036909219ac64a07a507cce59020b Mon Sep 17 00:00:00 2001 From: DremOS Developing Team Date: Sat, 22 Sep 2018 18:49:03 -0500 Subject: [PATCH] Update shuttingdown.html --- shuttingdown.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shuttingdown.html b/shuttingdown.html index 7b11fc5..c632fea 100644 --- a/shuttingdown.html +++ b/shuttingdown.html @@ -9,6 +9,11 @@ padding: 0; width: 100%; } + body { + display: table; + background-color: #FFFFFF; + } + .my-block { text-align: center; display: table-cell;