From 0c88e658ff64706f61f6c01a7e0bceb6bd21b046 Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Tue, 26 Feb 2019 15:10:49 +0100 Subject: [PATCH] better centering in portrait mode --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }