Browse Source

Skatepark: Add top margin to testimonial cite

Sarah Norris 3 years ago
parent
commit
c6073e43c5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      skatepark/assets/theme.css
  2. 1 0
      skatepark/sass/block-styles/_testimonial-quote.scss

+ 1 - 0
skatepark/assets/theme.css

@@ -362,6 +362,7 @@
 	font-size: var(--wp--preset--font-size--normal);
 	font-style: normal;
 	font-weight: 500;
+	margin-top: 1.5ex;
 	padding-top: calc( var(--wp--custom--margin--baseline) * 1.35);
 	text-align: right;
 }

+ 1 - 0
skatepark/sass/block-styles/_testimonial-quote.scss

@@ -18,6 +18,7 @@
 		font-size: var(--wp--preset--font-size--normal);
 		font-style: normal;
 		font-weight: 500;
+		margin-top: 1.5ex;
 		padding-top: calc( var(--wp--custom--margin--baseline) * 1.35);
 		text-align: right;