/*
Theme Name:   niche-blog Child
Description:  Child theme for niche-blog
Template:     niche-blog
Version:      1.0.0
*/

@import url("../niche-blog/style.css");

/* Sidebar fix */
#sidebar, .sidebar, .widget-area {
    display: block !important;
    float: right !important;
    width: 30% !important;
}
#main, .content, .site-main {
    width: 65% !important;
    float: left !important;
}
