﻿/*
Theme Name: HY Home Page
Theme URI: https://example.com/hy-home-page
Author: HY
Description: WordPress 6.8 HTML5 theme using Tailwind CDN.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hy-home-page
*/

/* Tailwind styles are loaded via CDN in functions.php. Add small overrides below if needed. */

/* Footer logo sizing */
.footer-logo {
  background: transparent;
}
.footer-logo .custom-logo,
.footer-logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
