/*
Theme Name:     Herald Child
Theme URI:      https://mekshq.com/theme/herald/
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     https://mekshq.com
Template:       herald
Version:        0.1.0
*/
@media screen and (max-width: 1024px){
body .herald-entry-content, body .herald-sidebar {
  font-size: 2.2rem;
  }
.entry-content .entry-headline{
  font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
.container,
  .herald-site-content,
  .herald-boxed .herald-site-content,
  .herald-boxed .container,
  .herald-boxed .herald-site-footer .container,
  .herald-lay-a .col-mod {
    max-width: 100%;
    width: 100%;
    clear: both;
    padding: 10;
  }
}
