/*
Theme Name: Ollie Child
Theme URI: https://olliewp.com
Description: A child theme for Ollie.
Author: Mike McAlister
Author URI: https://olliewp.com
Template:     ollie
Version: 1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/

@view-transition {
    navigation: auto;
}

::view-transition-group(*) {
    animation-duration: 300ms;
}

html {
    scroll-behavior: smooth;
}

.grid-centered {
	display: grid;
    place-content: center;
}

.wp-block-media-text__media img, 
.wp-block-media-text__media video {
   border-radius: 20px;
}