/*  
Theme Name:Minimy Child Theme
Version: 1.0.4
Theme URI: http://themeforest.net
Description: A basic starter child theme for minimy
Author: Jegtheme
Author URI: http://jegtheme.com/
Template: minimy
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


@import url("../minimy/style.css");


/* =Theme customization starts here
------------------------------------------------------- */

.entry p {
    text-indent: 0;
}
.entry .wp-block-kevinbatdorf-code-block-pro {
    margin-bottom: 20px;
}
.entry code {
    padding: 3px 5px;
    font-size: small;
    border-radius: 3px;
    background: #f4f4f4;
}

.wp-block-image.wide {
    margin: 20px -50px 30px;
    position: relative;
}

.wp-block-image.full-width img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .wp-block-image.wide {
        margin-left: 0;
        margin-right: 0;
    }
}
