/*
Theme Name: Newspaper Child
Theme URI: https://tagdiv.com
Template: Newspaper
Author: tagDiv
Author URI: https://themeforest.net/user/tagDiv/portfolio
Description: Premium WordPress template, clean and easy to use.
Tags: black,white,one-column,two-columns,fixed-layout
Version: 12.6.9.1750461333
Updated: 2025-06-21 02:15:33

*/

/* Десктоп (по умолчанию) */
h2 { 
    margin-top: 80px;
    margin-bottom: 20px;
}

/* Планшеты (максимум до 1024px) */
@media screen and (max-width: 1024px) {
  h2 { 
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

/* Мобильные (максимум до 768px) */
@media screen and (max-width: 768px) {
  h2 { 
    margin-top: 40px;
    margin-bottom: 16px;
  }
}

/* Маленькие смартфоны (максимум до 480px) */
@media screen and (max-width: 480px) {
  h2 { 
    margin-top: 30px;
    margin-bottom: 12px;
  }
}
