fix(v2): make proper h1 font size on mobiles (#2800)

This commit is contained in:
Alexey Pyltsyn 2020-05-24 15:08:42 +03:00 committed by GitHub
parent ca90b42991
commit b52b7d64ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {