diff --git a/style.css b/style.css index af48596..6f9d7b1 100644 --- a/style.css +++ b/style.css @@ -115,7 +115,7 @@ body { .main-container { white-space: normal; - padding-top: calc(50vh - 0.5 * (var(--grid-height) * var(--tile-size) + var(--sidebar-height)) - 2 * var(--border-radius)); + padding-top: calc(50vh - 0.5 * (var(--grid-height) * var(--tile-size) + 2 * var(--sidebar-height)) - 2 * var(--border-radius)); } }