Update sermon.css
This commit is contained in:
parent
a740859399
commit
55cfd78011
1 changed files with 6 additions and 6 deletions
12
sermon.css
12
sermon.css
|
|
@ -123,14 +123,9 @@ section.lead {
|
|||
|
||||
section.lead h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
section.lead h2 {
|
||||
font-size: 1.6em;
|
||||
color: var(--colorleadh2);
|
||||
|
||||
/* Die Linie */
|
||||
border-top: 3px solid var(--colorleadborder); /* Linie */
|
||||
border-bottom: 3px solid var(--colorleadborder); /* Linie */
|
||||
padding-top: 0.8em; /* Abstand zwischen Linie und Text */
|
||||
margin-top: 0.5em; /* Abstand zwischen H1 und Linie */
|
||||
|
||||
|
|
@ -140,6 +135,11 @@ section.lead h2 {
|
|||
min-width: 300px; /* Verhindert, dass die Linie bei kurzem Text zu mickrig wird */
|
||||
}
|
||||
|
||||
section.lead h2 {
|
||||
font-size: 1.6em;
|
||||
color: var(--colorleadh2);
|
||||
}
|
||||
|
||||
section.lead p {
|
||||
font-size: 1.3em;
|
||||
color: var(--colorleadtext);
|
||||
|
|
|
|||
Loading…
Reference in a new issue