mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
Ensured that any H1 elements in content appear correct size (#306)
This commit is contained in:
parent
d14dff7480
commit
b374391446
1 changed files with 7 additions and 0 deletions
|
@ -307,6 +307,13 @@ header h2 {
|
|||
.mainContainer .wrapper .post.basicPost {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.mainContainer .wrapper .post h1 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 0;
|
||||
font-size: 250%;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.mainContainer .wrapper .post h2 {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue