forked from shadowfacts/shadowfacts.net
Tweak heading font sizes
This commit is contained in:
parent
49058332b9
commit
5c5355b034
|
@ -47,7 +47,7 @@ article {
|
||||||
.article-title {
|
.article-title {
|
||||||
margin-top: 0.7em;
|
margin-top: 0.7em;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "#";
|
content: "#";
|
||||||
|
@ -99,7 +99,8 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: 1.6rem; }
|
h1 { font-size: 1.6rem; }
|
||||||
h2 { font-size: 1.4rem; }
|
h2 { font-size: 1.5rem; }
|
||||||
|
h3 { font-size: 1.4rem; }
|
||||||
|
|
||||||
hr.footnotes-sep {
|
hr.footnotes-sep {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in New Issue