/*
Theme Name: Kiosko Child
Theme URI: https://example.com/kiosko-child
Description: Child theme di Kiosko
Author: Paolo Pizzuti
Author URI: https://example.com
Template: kiosko
Version: 1.0.0
Text Domain: kiosko-child
*/


figure.bbt-logo img {
	width: 140px;
	height: 100%;
}
h2.wp-block-post-title {
	font-weight: 600;
}


@media screen and (max-width: 480px) {
	figure.bbt-logo img {
		width: 90px;
	}
}