Improves H2 letter spacing

This commit is contained in:
Matthew
2021-03-03 13:14:53 +00:00
parent 3accb7dfd3
commit fefc03605c

View File

@@ -52,9 +52,11 @@ nav#TableOfContents {
h1, h2, h3, h4 {
color: #1E1E3C;
letter-spacing: 0.1em;
opacity: 0.9;
}
h1, h3, h4 {
letter-spacing: 0.1em;
}
h2 {
font-family: 'Montserrat';
}