Browse Source

Skatepark: Make testimonial quote 75% width at desktop

Sarah Norris 3 years ago
parent
commit
1b44e1aaa6

+ 1 - 1
skatepark/assets/theme.css

@@ -353,7 +353,7 @@
 }
 }
 
 
 .wp-block-quote.is-style-testimonial-quote p, .wp-block-quote.is-style-testimonial-quote div.block-editor-rich-text__editable {
 .wp-block-quote.is-style-testimonial-quote p, .wp-block-quote.is-style-testimonial-quote div.block-editor-rich-text__editable {
-	flex: 0 0 66.66%;
+	flex: 0 0 75%;
 	font-size: calc( var(--wp--preset--font-size--huge) * 1.34);
 	font-size: calc( var(--wp--preset--font-size--huge) * 1.34);
 	font-weight: bold;
 	font-weight: bold;
 	line-height: 115%;
 	line-height: 115%;

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

@@ -27,7 +27,7 @@
 	}
 	}
 
 
 	p, div.block-editor-rich-text__editable {
 	p, div.block-editor-rich-text__editable {
-		flex: 0 0 66.66%;
+		flex: 0 0 75%;
 		font-size: calc( var(--wp--preset--font-size--huge) * 1.34);
 		font-size: calc( var(--wp--preset--font-size--huge) * 1.34);
 		font-weight: bold;
 		font-weight: bold;
 		line-height: 115%;
 		line-height: 115%;