Fix styles for headerTitle (#811)

* Fix styles for headerTitle

* Update main.css
This commit is contained in:
Yangshun Tay 2018-06-27 10:21:25 -07:00 committed by Endilie Yacop Sucipto
parent f598e2583f
commit e9f290f788
2 changed files with 7 additions and 3 deletions

View file

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

View file

@ -37,7 +37,7 @@ const siteConfig = {
apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c', apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c',
indexName: 'docusaurus', indexName: 'docusaurus',
algoliaOptions: { algoliaOptions: {
facetFilters: [ "lang:LANGUAGE" ] facetFilters: [ "lang:LANGUAGE" ]
} }
}, },
colors: { colors: {