Update sermon-a4.css
This commit is contained in:
parent
dcc81d85b1
commit
7819f37a86
1 changed files with 13 additions and 0 deletions
|
|
@ -13,6 +13,19 @@ Usage:
|
|||
|
||||
@import "sermon-slide";
|
||||
|
||||
/* Erzwungener Reset der Folien-Zentrierung aus dem default-theme */
|
||||
section {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
justify-content: flex-start !important; /* Startet oben */
|
||||
align-items: stretch !important; /* Nutzt die volle Breite */
|
||||
}
|
||||
|
||||
/* Das stellt sicher, dass kein interner Marp-Container zentriert */
|
||||
section > * {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--font-size: 12pt;
|
||||
--line-height: 1.5;
|
||||
|
|
|
|||
Loading…
Reference in a new issue