/*
Theme Name: novinex
Theme URI: https://novincode.com
Author: Novincode
Description: Custom WordPress theme developed by Novincode.com
Version: 1.0.0
Text Domain: novincode
*/

/* =========================================================
 * Base Layout
 * ========================================================= */

html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
}

#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1;
}


.site-main {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .site-main {
        padding-inline: 8px;
    }
}
