|
@@ -129,26 +129,22 @@ h1 {
|
|
|
|
|
|
h2 {
|
|
h2 {
|
|
font-size: $font__size-md;
|
|
font-size: $font__size-md;
|
|
-
|
|
|
|
- @include media(tablet) {
|
|
|
|
- font-size: $font__size-lg;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
h3 {
|
|
h3 {
|
|
- font-size: $font__size-md;
|
|
|
|
|
|
+ font-size: $font__size_base;
|
|
}
|
|
}
|
|
|
|
|
|
h4 {
|
|
h4 {
|
|
- font-size: $font__size-base;
|
|
|
|
|
|
+ font-size: $font__size-sm;
|
|
}
|
|
}
|
|
|
|
|
|
h5 {
|
|
h5 {
|
|
- font-size: $font__size-sm;
|
|
|
|
|
|
+ font-size: $font__size-xs;
|
|
}
|
|
}
|
|
|
|
|
|
h6 {
|
|
h6 {
|
|
- font-size: $font__size-xs;
|
|
|
|
|
|
+ font-size: $font__size-xxs;
|
|
}
|
|
}
|
|
|
|
|
|
a {
|
|
a {
|
|
@@ -232,9 +228,6 @@ figcaption,
|
|
.editor-post-title__input {
|
|
.editor-post-title__input {
|
|
font-family: $font__heading;
|
|
font-family: $font__heading;
|
|
font-size: $font__size-lg;
|
|
font-size: $font__size-lg;
|
|
- @include media(tablet) {
|
|
|
|
- font-size: $font__size-xl;
|
|
|
|
- }
|
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|