updated css to better reflect desired heading sizes

This commit is contained in:
rawleyIfowler
2022-04-16 13:04:59 -05:00
parent 5187c4fbab
commit 9f35fb8f67
3 changed files with 11 additions and 6 deletions

View File

@@ -41,19 +41,19 @@ h1 {
}
h2 {
font-size: 1.5em;
font-size: 1.8em;
font-weight: 700;
margin-bottom: 0;
}
h3 {
font-size: 1.4em;
font-size: 1.6em;
font-weight: 600;
margin-bottom: 6px;
}
h4 {
font-size: 1.3em;
font-size: 1.1em;
font-weight: 600;
margin-bottom: 6px;
}
@@ -155,6 +155,11 @@ a:hover:after {
content: "' ";
}
.wrap {
word-wrap: break-word;
overflow: wrap;
}
/* For code snippets */
pre {
overflow: auto;