css: add centered-flex-column class
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
df7def01a1
commit
5267494a87
@ -161,6 +161,15 @@ div.right-aligned {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* some general helper classes */
|
||||
.centered-flex-column {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* rules for the markdown content, prefix with the .pmx-md class */
|
||||
.pmx-md {
|
||||
font-size: 1.0em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user