/*
 Theme Name: GeneratePress Child
 Theme URI: https://ngocnguyen.com.vn/
 Description: GeneratePress Child Theme
 Author: NgocNguyen
 Author URI: https://ngocnguyen.com.vn/
 Template: generatepress
 Version: 1.0.0

Text Domain: GeneratePress 
*/

/**
 * Add your custom CSS here
 */
.site-header{display:none;}
.wp-block-navigation ul {
    gap: 20px;
}
.wp-block-image img{
	margin-bottom: 20px;
}
.single h2{
	border-left: solid 6px rgba(0,16,94,1);
	border-bottom: solid 1px rgba(205,205,235,1);
	padding-left: 15px; 
	padding-bottom: 5px;
}
.urvanov-syntax-highlighter-syntax{
	margin-bottom: 20px !important;
}