Spearhead: Add extra line height to post titles on archive pages.

This commit is contained in:
Kjell Reigstad 2020-10-28 12:53:58 -04:00
parent 60ffb59ebf
commit 144068aeda
5 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,7 @@
.archive .post .entry-title,
.home .post .entry-title {
font-size: var(--global--font-size-lg);
line-height: var(--global--line-height-heading);
margin-bottom: 0;
}

View file

@ -58,6 +58,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
.archive .post .entry-title,
.home .post .entry-title {
font-size: var(--global--font-size-lg);
line-height: var(--global--line-height-heading);
margin-bottom: 0;
}

View file

@ -58,6 +58,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
.archive .post .entry-title,
.home .post .entry-title {
font-size: var(--global--font-size-lg);
line-height: var(--global--line-height-heading);
margin-bottom: 0;
}

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,7 @@
/* Line Height */
--global--line-height-base: 1;
--global--line-height-body: 1.8;
--global--line-height-heading: 1.3;
--global--line-height-heading: 1.4;
--global--link-font-weight: 500;