Update sermon-a4.css

This commit is contained in:
simonpipe 2026-05-12 10:29:29 +02:00
parent dcc81d85b1
commit 7819f37a86

View file

@ -13,6 +13,19 @@ Usage:
@import "sermon-slide"; @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 { :root {
--font-size: 12pt; --font-size: 12pt;
--line-height: 1.5; --line-height: 1.5;