/**
 * Theme Name:        Gesso
 * Template:          twentytwentyfive
 * Version:           1.7
 * Author:            Gesso Websites
 * Author URI:        gessowebsites.com
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       gesso
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

/* Override the gaps between site blocks */
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}