Add bottom margin to all common text elements
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
945c016ee9
commit
8ae8f821f0
|
@ -23,6 +23,11 @@ main {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6, p {
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
padding: 0 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: Orbitron, sans-serif;
|
font-family: Orbitron, sans-serif;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
@ -31,7 +36,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
border-bottom: 2px $text-color solid;
|
border-bottom: 2px $text-color solid;
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -29,3 +29,7 @@ Ja.
|
||||||
### Hackzogtum
|
### Hackzogtum
|
||||||
|
|
||||||
### Nerd2Nerd
|
### Nerd2Nerd
|
||||||
|
|
||||||
|
## cat content/*
|
||||||
|
|
||||||
|
{{<image src="https://thiscatdoesnotexist.com/" alt="Diese Katze gibt es nicht wirklich. Das Bild wurde maschinell erzeugt und ist ohne Unterschrift gültig.">}}
|
||||||
|
|
Loading…
Reference in New Issue