Merge pull request #404 from pdmosses/h4-code

Inhibit text-transform for code in h4
This commit is contained in:
Patrick Marsceill
2020-09-11 11:51:02 -04:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,10 @@ h4,
letter-spacing: 0.1em;
}
h4 code {
text-transform: none;
}
h5,
.text-epsilon {
@include fs-3;