/* SPDX-FileCopyrightText: (c) 2026 Sushant Mondal <contact@sushantmondal.com> */

/*
Theme Name: Bare
Theme URI: https://www.sushantmondal.com/blog/wp-content/themes/bare/
Author: Sushant Mondal
Author URI: https://www.sushantmondal.com/
Description: A plain HTML WordPress theme with no CSS, no fonts, no JS. Browser defaults only.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bare
*/

body {
  margin: 0 8px 0 8px;
}

/* Disable blog post featured image horizontal overflows in mobiles and tablets. */
@media (max-width: 767px) {
  img {
    height: auto;
    max-width: 100%;
  }
}
