Slightly decrease h1 and h2 font sizes
This commit is contained in:
parent
fa080dca01
commit
37bf1d8589
2 changed files with 8 additions and 8 deletions
|
|
@ -143,17 +143,17 @@ $header-margin-bottom: 0.5rem;
|
|||
$header-styles: (
|
||||
small: (
|
||||
'h1': ('font-size': 24),
|
||||
'h2': ('font-size': 20),
|
||||
'h3': ('font-size': 19),
|
||||
'h4': ('font-size': 18),
|
||||
'h5': ('font-size': 17),
|
||||
'h6': ('font-size': 16),
|
||||
'h2': ('font-size': 16),
|
||||
'h3': ('font-size': 14),
|
||||
'h4': ('font-size': 13),
|
||||
'h5': ('font-size': 12),
|
||||
'h6': ('font-size': 11),
|
||||
),
|
||||
medium: (
|
||||
'h1': ('font-size': 48),
|
||||
'h2': ('font-size': 40),
|
||||
'h2': ('font-size': 36),
|
||||
'h3': ('font-size': 31),
|
||||
'h4': ('font-size': 25),
|
||||
'h4': ('font-size': 24),
|
||||
'h5': ('font-size': 20),
|
||||
'h6': ('font-size': 16),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ a.black
|
|||
|
||||
h2
|
||||
{
|
||||
font-size: 150%;
|
||||
// font-size: 150%;
|
||||
font-weight: normal;
|
||||
margin: 0 0 0.5rem 0;
|
||||
color: #808080;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue