mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-13 08:12:48 +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;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fixedHeaderContainer header .headerTitle {
|
||||||
|
font-size: 1.25em;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.fixedHeaderContainer header .headerTitleWithLogo {
|
.fixedHeaderContainer header .headerTitleWithLogo {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 20px;
|
font-size: 1.25em;
|
||||||
font-weight: 400;
|
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue