better centering in portrait mode

This commit is contained in:
Jonas Weinz 2019-02-26 15:10:49 +01:00
parent 6f9fdef63b
commit 0c88e658ff

View File

@ -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));
}
}