/*
Theme Name: Castle Make Hentai
Theme URI: https://www.linkedin.com/in/gregoriogastby/
Author: Gregorio Gatsby
Author URI: https://www.linkedin.com/in/gregoriogastby/
Description: 
Version: 1.0.0
Text Domain: cm-hentai
License: GNU General Public License v2 or later
*/

a.custom-logo-link img{
    max-height: 40px;
    width: auto;
}

#cm-footer{
    margin-top:3rem;
}

.cm-site-info{
    margin-top:1rem;
}

.wp-block-gallery{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
	margin:0 auto;
	max-width: 600px;
}

.wp-block-gallery figure{
	width:30%;
	margin:0 !important;
	text-align:center;
}

.wp-block-gallery figure a{
	display:inline-block;
	margin:auto;
	
}

.wp-block-gallery figure a img{
	width:100%;
	height:auto;
	max-width:150px;
	max-height:150px;
	object-fit:contain;
}

@media (min-width:1024px){
	.wp-block-gallery{
		
		align-items:center;
	}	
	
}
