/*
Theme Name: ClassicX FM Theme
Author: ClassicX FM
Description: Een custom WordPress thema voor het ClassicX FM radiostation.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: classicxfm
*/

/* Hier kun je eventueel de CSS-code toevoegen.
   Voor nu wordt de styling afgehandeld door Tailwind CSS,
   maar de bovenstaande informatie is essentieel voor WordPress.
*/
.custom-logo-link img.custom-logo {
    max-height: 50px; /* Pas deze waarde aan naar wens */
    width: auto;
    height: auto;
    display: block;
}

