/*
Theme Name:     Storefront Child (LiveLaughPueblo)
Theme URI:      https://livelaughpueblo.co
Description:    Child theme for LiveLaughPueblo.co. Preserves customizations against the Storefront parent theme so the parent can be safely updated.
Author:         Brandon Cook / Atlas Hashworth
Author URI:     https://livelaughpueblo.co
Template:       storefront
Version:        1.0.0
Requires PHP:   8.1
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    storefront-child
*/

/* ============================================================
   Custom overrides — migrated from parent Storefront style.css
   ============================================================ */

/* Larger site logo in header (originally 230px in parent) */
@media (min-width: 768px) {
    .site-header .site-branding img {
        max-width: 600px;
        max-height: none;
    }
}
