Skip to content

Commit

Permalink
fix(v2): make proper h1 font size on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed May 23, 2020
1 parent 705f8f3 commit 8916995
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 8916995

Please sign in to comment.