From 8912a8c3515a7eb372bbc8b7987169c55295c920 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Nov 2020 11:24:33 +0000 Subject: [PATCH] Calendar style --- epicyon-calendar.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/epicyon-calendar.css b/epicyon-calendar.css index 8d369ec8..333703d2 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -34,9 +34,6 @@ body { background-color: var(--main-bg-color); color: var(--day-number2); - display: -webkit-box; - display: -ms-flexbox; - display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; @@ -45,7 +42,7 @@ body { justify-content: center; font-family: 'Montserrat'; font-weight: 700; - min-height: 100vh; + margin: 5%; } main {