mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +02:00
Fix styles for headerTitle (#811)
* Fix styles for headerTitle * Update main.css
This commit is contained in:
parent
f598e2583f
commit
e9f290f788
2 changed files with 7 additions and 3 deletions
|
@ -752,10 +752,14 @@ blockquote {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.fixedHeaderContainer header .headerTitle {
|
||||
font-size: 1.25em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fixedHeaderContainer header .headerTitleWithLogo {
|
||||
display: block;
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
font-size: 1.25em;
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue