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;
}
.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;