/*
Theme Name: HOMIE Inc. Theme
Theme URI: 
Author: HOMIE Inc.
Author URI: 
Description: A refined, modern black corporate theme for HOMIE Inc., built with Tailwind CSS.
Version: 1.0.0
Text Domain: homie-theme
*/
/* Gutenberg Gallery Specific Styling */
.wp-block-gallery .wp-block-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* Optional: remove any default margin inside the block to make the grid tidy */
.wp-block-gallery {
    gap: 16px;
}
