/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Style tambahan for All page (all post, all archive, all page, all attachment) */

.widget-title {
 margin-bottom:20px;
}

.rank-math-breadcrumb {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
}

/* Change Rank Math breadcrumb only for Mobile Device
to prevent Page speed insight (PSI) warning:	Tap targets are not sized appropriately */
@media (max-width: 768px) {
	.rank-math-breadcrumb > p > * {
		line-height: 3;
	}
	
	.ddsg-wrapper {
		font-size: 14px;
		line-height: 2.5;
	}
}
