added styles for heading paragraph in pages and styled h1-h6 sizes

This commit is contained in:
jorge-vitrubio 2022-12-21 17:16:46 +01:00
parent 8502d52cc5
commit 12585c4fe5
3 changed files with 11 additions and 11 deletions

View File

@ -21,7 +21,7 @@
} }
h4 { h4 {
font-family: $font__bold; font-family: $font__bold;
font-size: $font__size-body*1.22; font-size: $font__size-body*1.2;
} }
h5 { h5 {
font-family: $font__medium; font-family: $font__medium;
@ -40,16 +40,16 @@
font-size: $font__size-body*2.5; font-size: $font__size-body*2.5;
} }
h3 { h3 {
font-size: $font__size-body*1.5; font-size: $font__size-body*1.9;
} }
h4 { h4 {
font-size: $font__size-body*1.3; font-size: $font__size-body*1.7;
} }
h5 { h5 {
font-size: $font__size-body*1.2; font-size: $font__size-body*1.5;
} }
h6 { h6 {
font-size: $font__size-body*1.1; font-size: $font__size-body*1.5;
} }
} }
@media screen and (min-width: 80em) { @media screen and (min-width: 80em) {

View File

@ -417,7 +417,7 @@ textarea {
} }
h4 { h4 {
font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "din-bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1.22rem; font-size: 1.2rem;
} }
h5 { h5 {
font-family: "din-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-family: "din-medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
@ -437,16 +437,16 @@ textarea {
font-size: 2.5rem; font-size: 2.5rem;
} }
h3 { h3 {
font-size: 1.5rem; font-size: 1.9rem;
} }
h4 { h4 {
font-size: 1.3rem; font-size: 1.7rem;
} }
h5 { h5 {
font-size: 1.2rem; font-size: 1.5rem;
} }
h6 { h6 {
font-size: 1.1rem; font-size: 1.5rem;
} }
} }

File diff suppressed because one or more lines are too long