Update sermon-a4.css
This commit is contained in:
parent
9ba488f8f7
commit
3eadc17550
1 changed files with 6 additions and 2 deletions
|
|
@ -35,8 +35,12 @@ section::after {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
first-header {
|
/* Nur das erste kursive Element (em) auf der ersten Seite */
|
||||||
font-size: 0.8em;
|
section:first-of-type em:first-of-type {
|
||||||
|
display: block; /* Sorgt dafür, dass es eine eigene Zeile ist */
|
||||||
|
font-size: 0.8em; /* Etwas kleiner als die Standard-Schrift */
|
||||||
|
margin-bottom: -10px; /* Rückt es näher an die H1 ran */
|
||||||
|
color: #666; /* Optional: Etwas dezenteres Grau */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue