Browse Source

Radcliffe 2: Fix Social Icons Block alignment

Niels Lange 5 years ago
parent
commit
6f06e3378e
1 changed files with 6 additions and 6 deletions
  1. 6 6
      radcliffe-2/assets/css/blocks.css

+ 6 - 6
radcliffe-2/assets/css/blocks.css

@@ -308,6 +308,12 @@ ul.wp-block-gallery li {
 	display: none;
 	display: none;
 }
 }
 
 
+/* Social Links */
+
+.wp-block-social-links[class*="align"] {
+	display: flex;
+}
+
 /* Tables */
 /* Tables */
 
 
 .wp-block-table {
 .wp-block-table {
@@ -334,12 +340,6 @@ ul.wp-block-gallery li {
 	}
 	}
 }
 }
 
 
-/* Social Links */
-
-.wp-social-link {
-	display: inline-block;
-}
-
 /*--------------------------------------------------------------
 /*--------------------------------------------------------------
 5.0 Blocks - Layout Elements
 5.0 Blocks - Layout Elements
 --------------------------------------------------------------*/
 --------------------------------------------------------------*/