/*
Theme Name: Pet Food Man
Theme URI: https://petfoodman.local
Author: Pet Food Man
Description: Custom ACF-driven front-page theme based on the Astro layout.
Version: 1.0.0
Text Domain: petfoodman
*/

@media (max-width: 599px) {
    .site-header-nav {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    .site-header-brand,
    .site-header-menu {
        justify-content: center;
    }
}
