mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
fix(v2): make proper h1 font size on mobiles (#2800)
This commit is contained in:
parent
ca90b42991
commit
b52b7d64ff
1 changed files with 1 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue