/*
Theme Name: Qatch
Theme URI: https://example.com/qatch
Author: Qatch
Description: A custom WordPress theme similar to Bootscore, built with Bootstrap 5 and Slick Slider. Fully compatible with Classic Editor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: qatch
Tags: bootstrap5, slick-slider, classic-editor, custom-templates
*/

/* Custom CSS */
.slider-item img {
    width: 100%;
    height: auto;
}

.pagination {
    margin-top: 2rem;
}

.post-thumbnail {
    margin-bottom: 1.5rem;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
