Browse Source

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

Kjell Reigstad 4 years ago
parent
commit
144068aeda

+ 1 - 0
spearhead/assets/sass/_posts-and-pages.scss

@@ -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;
 }
 

+ 1 - 0
spearhead/style-rtl.css

@@ -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;
 }
 

+ 1 - 0
spearhead/style.css

@@ -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 it is too large
+ 0 - 0
spearhead/style.css.map


+ 1 - 1
spearhead/variables.css

@@ -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;
 

Some files were not shown because too many files changed in this diff