modified heading line height
This commit is contained in:
parent
782974de65
commit
3351d0eeb6
|
@ -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;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
h5 {
|
||||
text-transform: uppercase;
|
||||
clear: both;
|
||||
line-height: $font__line-height-header;
|
||||
}
|
||||
h1 {
|
||||
font-family: $font__light;
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue