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:
@@ -510,6 +510,14 @@ a {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#head .header-title {
|
||||||
|
font-size: 1.5em;
|
||||||
|
|
||||||
|
@include largemobile-breakpoint {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Highlights */
|
/* Highlights */
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|||||||
Reference in New Issue
Block a user