Add center-vertically property

This commit is contained in:
Svilen Markov
2024-08-31 17:35:38 +01:00
parent b9bf8c6c96
commit cf0dd07c21
3 changed files with 8 additions and 1 deletions

View File

@@ -451,6 +451,12 @@ kbd:active {
max-width: 1100px;
}
.page-center-vertically .page {
display: flex;
justify-content: center;
flex-direction: column;
}
.dynamic-columns {
gap: calc(var(--widget-content-vertical-padding) / 2);
display: grid;