H5 hinzu. Schrfitart für alle Überschriften auf Gidole
This commit is contained in:
parent
825cbaffdf
commit
cde350d769
1 changed files with 13 additions and 1 deletions
|
|
@ -74,29 +74,41 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
font-family: "gidole", sans-serif;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
font-family: "gidole", sans-serif;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
font-family: "gidole", sans-serif;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
font-family: "gidole", sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
margin-top: 1;
|
margin-top: 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
h5 {
|
||||||
|
font-family: "gidole", sans-serif;
|
||||||
|
font-size: 1.1em;
|
||||||
|
font-weight: 100;
|
||||||
|
margin-top: 1;
|
||||||
|
margin-bottom: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-template .post-content {
|
.page-template .post-content {
|
||||||
background-color: rgba(255, 255, 255, 0.7);
|
background-color: rgba(255, 255, 255, 0.7);
|
||||||
padding: 1.2em;
|
padding: 1.2em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue