Modify heading sizes

This commit is contained in:
Ben Edgington
2022-02-03 21:52:21 +00:00
parent 1f2ac14382
commit bf1e1d055b

View File

@@ -94,12 +94,24 @@ h6 + p {
margin-top: 1ex;
}
h4 code {font-size: inherit; }
h3 {
font-size: 130%;
}
h5 code, h6 code {
h4 {
font-size: 120%;
}
h5 {
font-size: 110%;
}
h6 {
font-size: 100%;
}
h4 code, h5 code, h6 code {font-size: inherit; }
div.image {
text-align: center;
padding: 0;