Skip to content

Commit

Permalink
fix(v2): make proper h1 font size on mobiles (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored May 24, 2020
1 parent ca90b42 commit b52b7d6
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@

.docTitle {
font-size: 3rem;
margin-bottom: 3rem;
}

@media only screen and (max-width: 996px) {
.docTitle {
font-size: 2rem;
margin-bottom: 2rem;
}
margin-bottom: calc(var(--ifm-leading-desktop) * var(--ifm-leading));
}

.docItemContainer {
Expand Down

0 comments on commit b52b7d6

Please sign in to comment.