/*
Theme Name: Nuada Kutyaiskola
Theme URI: https://nuadakutyaiskola.hu/
Author: EkkaPixels
Author URI: https://ekkapixels.hu
Description: Basic Block Theme by Erika Molnar
Tags: one-column, custom-colors, custom-menu
Version: 1.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuadakutyaiskola
*/


html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9 !important;
}

main {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .reverse {
        flex-direction: column-reverse;
    }
}
