reduced h3 size for mid and big screen sizes

This commit is contained in:
jorge-vitrubio 2023-02-27 13:19:57 +01:00
parent 60bd59ab64
commit 213a6256c4
4 changed files with 16 additions and 16 deletions

View File

@ -693,23 +693,23 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h3, .edit-post-visual-editor__content-area h3,
.edit-post-visual-editor__content-area .h3 { .edit-post-visual-editor__content-area .h3 {
font-size: 1.6rem; font-size: 1.5rem;
} }
.edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area h4,
.edit-post-visual-editor__content-area .h4 { .edit-post-visual-editor__content-area .h4 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.6rem; font-size: 1.5rem;
} }
.edit-post-visual-editor__content-area h5, .edit-post-visual-editor__content-area h5,
.edit-post-visual-editor__content-area .h5 { .edit-post-visual-editor__content-area .h5 {
font-size: 1.4rem; font-size: 1.3rem;
} }
.edit-post-visual-editor__content-area h6, .edit-post-visual-editor__content-area h6,
.edit-post-visual-editor__content-area .h6 { .edit-post-visual-editor__content-area .h6 {
font-size: 1.4rem; font-size: 1.3rem;
} }
.edit-post-visual-editor__content-area .home-featured h2, .edit-post-visual-editor__content-area .home-featured h2,
@ -733,7 +733,7 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area h3, .edit-post-visual-editor__content-area h3,
.edit-post-visual-editor__content-area .h3 { .edit-post-visual-editor__content-area .h3 {
font-size: 2rem; font-size: 1.6rem;
} }
.edit-post-visual-editor__content-area h4, .edit-post-visual-editor__content-area h4,

File diff suppressed because one or more lines are too long

View File

@ -90,17 +90,17 @@
font-size: $font__size-body*2.5; font-size: $font__size-body*2.5;
} }
h3,.h3 { h3,.h3 {
font-size: $font__size-body*1.6; font-size: $font__size-body*1.5;
} }
h4,.h4 { h4,.h4 {
font-family: $font__black; font-family: $font__black;
font-size: $font__size-body*1.6; font-size: $font__size-body*1.5;
} }
h5,.h5 { h5,.h5 {
font-size: $font__size-body*1.4; font-size: $font__size-body*1.3;
} }
h6,.h6 { h6,.h6 {
font-size: $font__size-body*1.4; font-size: $font__size-body*1.3;
} }
.home-featured { .home-featured {
h2,.h2 { h2,.h2 {
@ -117,7 +117,7 @@
font-size: $font__size-body*2.5; font-size: $font__size-body*2.5;
} }
h3,.h3 { h3,.h3 {
font-size: $font__size-body*2; font-size: $font__size-body*1.6;
} }
h4,.h4 { h4,.h4 {
font-family: $font__black; font-family: $font__black;

View File

@ -560,23 +560,23 @@ textarea {
h3, h3,
.h3 { .h3 {
font-size: 1.6rem; font-size: 1.5rem;
} }
h4, h4,
.h4 { .h4 {
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.6rem; font-size: 1.5rem;
} }
h5, h5,
.h5 { .h5 {
font-size: 1.4rem; font-size: 1.3rem;
} }
h6, h6,
.h6 { .h6 {
font-size: 1.4rem; font-size: 1.3rem;
} }
.home-featured h2, .home-featured h2,
@ -600,7 +600,7 @@ textarea {
h3, h3,
.h3 { .h3 {
font-size: 2rem; font-size: 1.6rem;
} }
h4, h4,