diff --git a/epicyon-calendar.css b/epicyon-calendar.css index 8d369ec8f..333703d20 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 {