Browse Source

Button-2: Center image caption on frontend

Niels Lange 5 years ago
parent
commit
1587683f83
1 changed files with 4 additions and 1 deletions
  1. 4 1
      button-2/blocks.css

+ 4 - 1
button-2/blocks.css

@@ -20,7 +20,10 @@ Description: Used to style Gutenberg blocks
 
 
 /* Captions */
 /* Captions */
 
 
-[class^="wp-block-"] figcaption {}
+[class^="wp-block-"] figcaption {
+	font-size: 14px;
+	text-align: center;
+}
 
 
 
 
 /*--------------------------------------------------------------
 /*--------------------------------------------------------------