mirror of
https://github.com/Xevion/glance.git
synced 2025-12-15 08:11:59 -06:00
Add center-vertically property
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user