Browse Source

Entry meta font size for the read more links.

Jeff Ong 4 years ago
parent
commit
d58ef5b953

+ 3 - 3
spearhead/assets/sass/_posts-and-pages.scss

@@ -67,9 +67,10 @@
 
 .entry-content {
     .more-link {
-        margin-top: 0;
-        display: inline-block;
         color: var(--global--color-foreground);
+        display: inline-block;
+		font-size: var(--entry-meta--font-size);
+        margin-top: 0;
 
         &:hover {
             color: var(--global--color-primary-hover);
@@ -91,7 +92,6 @@
 
 	.excerpt-more-link {
 		.more-link {
-			font-size: calc(0.75 * var(--global--font-size-base));
 			margin-left: 1rem;
 		}
 	}

+ 3 - 3
spearhead/style-rtl.css

@@ -100,9 +100,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .entry-content .more-link {
-	margin-top: 0;
-	display: inline-block;
 	color: var(--global--color-foreground);
+	display: inline-block;
+	font-size: var(--entry-meta--font-size);
+	margin-top: 0;
 }
 
 .entry-content .more-link:hover {
@@ -123,7 +124,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .entry-content .excerpt-more-link .more-link {
-	font-size: calc(0.75 * var(--global--font-size-base));
 	margin-right: 1rem;
 }
 

+ 3 - 3
spearhead/style.css

@@ -100,9 +100,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .entry-content .more-link {
-	margin-top: 0;
-	display: inline-block;
 	color: var(--global--color-foreground);
+	display: inline-block;
+	font-size: var(--entry-meta--font-size);
+	margin-top: 0;
 }
 
 .entry-content .more-link:hover {
@@ -123,7 +124,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .entry-content .excerpt-more-link .more-link {
-	font-size: calc(0.75 * var(--global--font-size-base));
 	margin-left: 1rem;
 }
 

File diff suppressed because it is too large
+ 0 - 0
spearhead/style.css.map


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