/*
Theme Name: Newspaper Child
Theme URI: https://www.hellocities24.com/
Description: Child theme of Newspaper
Author: HelloCities24
Template: Newspaper
Version: 1.0
Text Domain: newspaper-child
*/

/* ================================
   Custom CSS Start
   ================================ */

/* Tablet view: 768px to 1018px */
@media (min-width: 768px) and (max-width: 1018px) {
    .td_module_wrap {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* Desktop view: 767px and above */
@media (min-width: 767px) {
    .td_module_wrap {
        width: 100%;
        float: left;
    }
}

/* ================================
   Custom CSS End
   ================================ */
