diff --git a/epicyon-calendar.css b/epicyon-calendar.css index 84fd95f8..5fd8c2df 100644 --- a/epicyon-calendar.css +++ b/epicyon-calendar.css @@ -41,15 +41,8 @@ body { background-color: var(--main-bg-color); color: var(--day-number2); - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; font-family: 'Montserrat'; font-weight: 700; - margin: 5%; } main {