Browse Source

Add a small margin above author name

Ben Dwyer 4 years ago
parent
commit
b788cdb15b

+ 1 - 0
seedlet/assets/css/style-editor.css

@@ -1776,6 +1776,7 @@ pre.wp-block-verse {
 
 
 .entry-author .author-title .author-name {
 .entry-author .author-title .author-name {
 	display: block;
 	display: block;
+	margin-top: 4px;
 	font-family: var(--entry-author-bio--font-family);
 	font-family: var(--entry-author-bio--font-family);
 	font-size: var(--entry-author-bio--font-size);
 	font-size: var(--entry-author-bio--font-size);
 }
 }

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


+ 1 - 0
seedlet/assets/sass/components/entry/_author-bio.scss

@@ -23,6 +23,7 @@
 
 
 		.author-name {
 		.author-name {
 			display: block;
 			display: block;
+			margin-top: 4px;
 			font-family: var(--entry-author-bio--font-family);
 			font-family: var(--entry-author-bio--font-family);
 			font-size: var(--entry-author-bio--font-size);
 			font-size: var(--entry-author-bio--font-size);
 		}
 		}

+ 1 - 0
seedlet/style-rtl.css

@@ -3310,6 +3310,7 @@ nav a {
 
 
 .entry-author .author-title .author-name {
 .entry-author .author-title .author-name {
 	display: block;
 	display: block;
+	margin-top: 4px;
 	font-family: var(--entry-author-bio--font-family);
 	font-family: var(--entry-author-bio--font-family);
 	font-size: var(--entry-author-bio--font-size);
 	font-size: var(--entry-author-bio--font-size);
 }
 }

+ 1 - 0
seedlet/style.css

@@ -3331,6 +3331,7 @@ nav a {
 
 
 .entry-author .author-title .author-name {
 .entry-author .author-title .author-name {
 	display: block;
 	display: block;
+	margin-top: 4px;
 	font-family: var(--entry-author-bio--font-family);
 	font-family: var(--entry-author-bio--font-family);
 	font-size: var(--entry-author-bio--font-size);
 	font-size: var(--entry-author-bio--font-size);
 }
 }

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


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