/*
Theme Name: Makit
Theme URI: https://weblish.io
Author: Weblish
Author URI: https://weblish.io
Description: A modern blogging theme converted from Webflow, featuring a clean blog layout, single post pages, and a contact form.
Version: 1776011594
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: makit
Tags: blog, blogging, custom-menu, custom-logo, featured-images, theme-options, one-column, two-columns

Makit WordPress Theme - A clean and modern blogging theme.
*/

/* Logo sizing */
.navbar_logo {
    max-height: 90px;
    height: 2.5rem;
    width: auto;
}

@media screen and (max-width: 479px) {
    .navbar_logo {
        width: auto;
        max-height: 60px;
        height: 2rem;
    }
}

.footer_logo {
    max-height: 90px;
    height: 2.5rem;
    width: auto;
}
