better centering in portrait mode
This commit is contained in:
parent
6f9fdef63b
commit
0c88e658ff
@ -115,7 +115,7 @@ body {
|
|||||||
|
|
||||||
.main-container {
|
.main-container {
|
||||||
white-space: normal;
|
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user