Page title font size slightly smaller

Looked huge on my laptop
Decreased slightly, more space efficient
Less likely to cause a wrap on pages like the Data Explorer
pull/634/head
Alex P 2016-11-29 15:25:15 -08:00
parent 72293b3fcf
commit ccbbaf077f
2 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ $sidebar-logo-color: $g8-storm;
color: $g20-white;
height: $sidebar-width;
line-height: $sidebar-width;
font-size: 20px;
font-size: 17px;
text-transform: uppercase;
font-weight: 400;
padding: 0px $sidebar-menu-gutter;

View File

@ -99,7 +99,7 @@ body > #react-root {
}
h1 {
text-transform: uppercase;
font-size: 20px;
font-size: 17px;
font-weight: 400;
margin: 0;
display: inline-block;