/*
Theme Name: GeneratePress Child
Theme URI: https://taichinhso.io.vn/
Description: Child theme của GeneratePress
Author: Đức Nguyễn
Template: generatepress
Version: 1.25
Text Domain: generatepress-child
*/

/* Viết CSS tùy chỉnh ở đây */
body {
  font-family: 'Roboto', sans-serif;
}
h1.entry-title{
	display:none;
}
h2.gb-text a{
	text-decoration: none !important;
	font-size: 20pt;
}
.widget-area .widget {
    padding: 20px;
}
