/*
Theme Name: mummafox
Theme URI: 
Author: Field 2 Design
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mummafox
Tags: 
*/

.wp-block-gallery {
  column-count: 3;
  column-gap: 16px;
}

.wp-block-gallery > figure {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
  break-inside: avoid;
  vertical-align: top;
}

.wp-block-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.wp-block-gallery.is-layout-flex {
  display: block !important;
  column-count: 3;
  column-gap: 16px;
}