/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com/
 Description:  A child theme for GeneratePress
 Author:       imaina
 Author URI:   https://imaina.com/
 Template:     generatepress
 Version:      1.0.0
*/

/* Optional: Add custom CSS below */

/* === Custom Styles === */

@media (max-width: 768px) {
  .entry-title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .entry-title {
    font-size: 16px;
  }
}
