/*
Theme Name:  Web Inclusion
Theme URI:   https://webinclusion.com
Author:      Web Inclusion Digital Consultancy
Author URI:  https://webinclusion.com
Description: Custom theme for Web Inclusion – digital consultancy and solutions architecture.
Version:     1.0.1
License:     Private
Text Domain: webinclusion
Tags:        custom, responsive, business, consultancy
*/

/* This file is intentionally minimal – all styles live in assets/css/main.css */

/*prevent TOC scrolling past H2s */
.page-content h2 {
    scroll-margin-top: 150px;
}
.page-intro{
    max-width:720px;
    margin-top: 25px;
}

@media ( max-width: 768px ) {

    /* Prevent the sidebar from breaking out of the page width */
    .single-sidebar {
        overflow: hidden;
        max-width: 100%;
        min-width: 0;
    }

    /* The scroll must happen inside sidebar-inner, which must be clipped */
    .sidebar-inner {
        overflow: hidden;
    }

    /* The list itself scrolls, but is now contained within the clipped parent */
    .sidebar-posts {
        width: 100%;
    }
}
