/*
Theme Name: DevPress Ollie
Theme URI: https://devpress.com/
Description: DevPress child theme based on Ollie - a modern block theme for selling WordPress themes and plugins.
Author: DevPress
Author URI: https://devpress.com/
Template: ollie
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: devpress-ollie
*/

.wp-block-site-logo img {
	max-width: 40px;
	height: auto;
}

/* Fix overflow in blog post cards */
.wp-block-post-template .wp-block-post.type-post .wp-block-group.has-base-background-color.has-background {
	overflow: hidden !important;
}

.wp-block-post-template .wp-block-post-excerpt {
	word-break: break-word;
	overflow-wrap: break-word;
}
