modified heading line height

This commit is contained in:
jorge-vitrubio 2022-12-28 22:52:36 +01:00
parent 782974de65
commit 3351d0eeb6
4 changed files with 4 additions and 1 deletions

View File

@ -12,3 +12,4 @@ $font__pre: "Courier 10 Pitch", courier, monospace;
$font__size-body: 1rem;
$font__line-height-body: 1.3;
$font__line-height-pre: 1.4;
$font__line-height-header:1.1;

View File

@ -6,6 +6,7 @@
h5 {
text-transform: uppercase;
clear: both;
line-height: $font__line-height-header;
}
h1 {
font-family: $font__light;

View File

@ -402,6 +402,7 @@ textarea {
h5 {
text-transform: uppercase;
clear: both;
line-height: 1.1;
}
h1 {
font-family: "din-light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

File diff suppressed because one or more lines are too long