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 Explorerpull/634/head
parent
72293b3fcf
commit
ccbbaf077f
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue