浏览代码

Skatepark: Make testimonial quote 75% width at desktop

Sarah Norris 3 年之前
父节点
当前提交
1b44e1aaa6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      skatepark/assets/theme.css
  2. 1 1
      skatepark/sass/block-styles/_testimonial-quote.scss

+ 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 {
-	flex: 0 0 66.66%;
+	flex: 0 0 75%;
 	font-size: calc( var(--wp--preset--font-size--huge) * 1.34);
 	font-weight: bold;
 	line-height: 115%;

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

@@ -27,7 +27,7 @@
 	}
 
 	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-weight: bold;
 		line-height: 115%;