Add .header-title style

This style shows smaller text on mobile devices. It reverts back to the
`2em` size used in Primer for H1 tags.
This commit is contained in:
benjamin wil
2021-07-14 20:44:40 -07:00
parent 9c574fd760
commit 9b4755e822
@@ -510,6 +510,14 @@ a {
border: none;
}
#head .header-title {
font-size: 1.5em;
@include largemobile-breakpoint {
font-size: 32px;
}
}
/* Highlights */
.highlight {