/*
Theme Name: Wux Blog Theme - Child
Template: wux-blogs
Description: A child theme for the Wux Blogs theme
Author: Wux B.V.
Author URI: https://wux.nl/
Version: 1.0.0
Text Domain: wux-blogs-child
*/

@import url("../wux-blogs/style.css");


.wpb-card > :first-child img {
	height: 360px;
	object-fit: cover;
}

.wpb-navigation .logo {
	color: var(--clr-primary);
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}