add top margin to headers
This commit is contained in:
parent
de46c033b6
commit
ff02b9d80f
@ -42,6 +42,9 @@ h3 {
|
|||||||
h4 {
|
h4 {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
}
|
}
|
||||||
|
h1, h2, h3, h4 {
|
||||||
|
margin-top: 1.25rem;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: {{ site.link-col | default: "#008AFF" }};
|
color: {{ site.link-col | default: "#008AFF" }};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user