/*
Theme Name: SatchPress
Description: Base theme.
Tags: one-column, two-columns, custom-menu, featured-images
Author: Satch.co.uk
Version: 1.0.1
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: satchpress
*/

/* -------------------------------------------------
   Bug fixing for SatchPress
------------------------------------------------- */

/* these two snippets are to fix this bug https://github.com/tabler/tabler/issues/2271 */
@media (min-width: 992px) {
    html,
    body {
        margin-left: 0 !important;
    }
}

body,
.layout-wrapper {
    overflow-y: scroll;
}


/* -------------------------------------------------
   Custom overrides for SatchPress
------------------------------------------------- */
.comment {
    list-style-type: none;
}