mirror of
https://github.com/zadam/trilium.git
synced 2026-02-15 02:47:05 +01:00
10 lines
203 B
CSS
10 lines
203 B
CSS
.rendered-content.no-preview > div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
height: 100%;
|
|
font-size: 500%;
|
|
flex-grow: 1;
|
|
}
|