Varia: Removes custom code for dealing with Galleries in varia based themes
@@ -24,4 +24,4 @@
&.alignright {
max-width: 50%;
}
-}
+}
@@ -13,12 +13,6 @@
- // On mobile and responsive viewports, we allow only 1 or 2 columns at the most.
- & .blocks-gallery-image,
- & .blocks-gallery-item {
- width: calc( (100% - #{map-deep-get($config-global, "spacing", "unit")}) / 2);
- }
-
// Apply max-width to floated items that have no intrinsic width.
&.alignleft,
@@ -1697,11 +1697,6 @@ button[data-load-more-btn], .button {
font-size: 0.69444rem;
-.wp-block-gallery .blocks-gallery-image,
-.wp-block-gallery .blocks-gallery-item {
- width: calc( (100% - 16px) / 2);
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {