diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 9a28acc..f76091a 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -246,15 +246,15 @@ mark { .calendar-grid { display: grid; - width: calc(8*48px); + width: 257px; grid-template-columns: repeat(8, auto); border-right: 1px solid #444; border-bottom: 1px solid #444; .day { - width: 48px; - height: 48px; + width: 32px; + height: 32px; border-left: 1px solid #444; border-top: 1px solid #444;