/*
 Theme Name: Koji Child
 Theme URI:  https://devedgesolutions.com/
 Description: Child theme for Koji
 Author:      DevEdge Solutions
 Template:    koji
 Version:     1.0
*/

/* GLOBAL WIDTH / PADDING ONLY */

.section-inner,
.post-inner,
.entry-header-inner,
.footer-inner {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .section-inner,
    .post-inner,
    .entry-header-inner,
    .footer-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
