Sfoglia il codice sorgente

Lodestar: Fix Cropped Gallery Block on Home Page

torres126 6 anni fa
parent
commit
e4bdd11737
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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
 --------------------------------------------------------------*/