Forráskód Böngészése

Lodestar: Fix Cropped Gallery Block on Home Page

torres126 6 éve
szülő
commit
e4bdd11737
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      lodestar/assets/css/blocks.css

+ 5 - 0
lodestar/assets/css/blocks.css

@@ -80,6 +80,11 @@ body.lodestar-front-page:not(.has-sidebar) .lodestar-panel:not(.two-column) .wp-
 	height: 100% !important;
 }
 
+/* Prevent a cropped gallery block from having a distorted alignment on the home page. */
+.lodestar-intro .entry-content .wp-block-gallery.is-cropped :last-child {
+	margin-bottom: auto;
+}
+
 /*--------------------------------------------------------------
 2.0 General Block Styles
 --------------------------------------------------------------*/