Update and normalize meta title style
This commit is contained in:
parent
9e118720b0
commit
99c39b1b69
|
|
@ -157,11 +157,7 @@
|
|||
}
|
||||
|
||||
&__meta-title {
|
||||
color: $color-silver-dark;
|
||||
font-size: 2.25rem;
|
||||
font-weight: 300;
|
||||
font-family: $serif-font-family;
|
||||
line-height: 3.25rem;
|
||||
@include meta-title;
|
||||
}
|
||||
|
||||
&__intro {
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
width: 100%;
|
||||
|
||||
&__title {
|
||||
@include heading-2;
|
||||
@include meta-title;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,8 +118,11 @@
|
|||
}
|
||||
|
||||
@mixin meta-title {
|
||||
font-family: $serif-font-family;
|
||||
color: $color-silver-dark;
|
||||
font-size: toRem(36px);
|
||||
font-weight: 300;
|
||||
font-family: $serif-font-family;
|
||||
line-height: $default-heading-line-height;
|
||||
}
|
||||
|
||||
@mixin lead-paragraph {
|
||||
|
|
|
|||
Loading…
Reference in New Issue