reduced h3 header size in mid size screens

This commit is contained in:
jorge-vitrubio 2023-02-27 13:25:13 +01:00
parent 213a6256c4
commit 3bc86053ff
4 changed files with 13 additions and 13 deletions

View File

@ -699,7 +699,7 @@ Add your custom styles in this file so it is easier to update the theme.
.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-size: 1.5rem;
font-size: 1.3rem;
}
.edit-post-visual-editor__content-area h5,
@ -739,17 +739,17 @@ Add your custom styles in this file so it is easier to update the theme.
.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-size: 1.7rem;
font-size: 1.4rem;
}
.edit-post-visual-editor__content-area h5,
.edit-post-visual-editor__content-area .h5 {
font-size: 1.5rem;
font-size: 1.4rem;
}
.edit-post-visual-editor__content-area h6,
.edit-post-visual-editor__content-area .h6 {
font-size: 1.5rem;
font-size: 1.4rem;
}
.edit-post-visual-editor__content-area .home-featured h2,

File diff suppressed because one or more lines are too long

View File

@ -94,7 +94,7 @@
}
h4,.h4 {
font-family: $font__black;
font-size: $font__size-body*1.5;
font-size: $font__size-body*1.3;
}
h5,.h5 {
font-size: $font__size-body*1.3;
@ -121,13 +121,13 @@
}
h4,.h4 {
font-family: $font__black;
font-size: $font__size-body*1.7;
font-size: $font__size-body*1.4;
}
h5,.h5 {
font-size: $font__size-body*1.5;
font-size: $font__size-body*1.4;
}
h6,.h6 {
font-size: $font__size-body*1.5;
font-size: $font__size-body*1.4;
}
.home-featured {
h2,.h2 {

View File

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