float: none;
margin-bottom: 15px; } }
.blocks #block-1, .blocks #block-4 {
- max-height: 275px; }
+ max-height: 290px; }
.blocks #block2, .blocks #block-3 {
- max-height: 225px; }
+ max-height: 230px; }
@media only screen and (min-width:64.063em) {
.blocks #block-4 {
margin-top: -35px; } }
add_action('init', 'mytheme_init', 10);
function wpse_setup_theme() {
- add_image_size('glm-block-small', 475, 225,true);
- add_image_size('glm-block-large', 475, 275,true);
+ add_image_size('glm-block-small', 475, 230,true);
+ add_image_size('glm-block-large', 475, 290,true);
}
add_action( 'after_setup_theme', 'wpse_setup_theme' );