/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/

.cover-about {
    height: 30vh;
}

@media (max-width: 1199.98px) {
    .cover-about {
        height: 36vh;
    }
}

@media (max-width: 1099.98px) {
    .cover-about {
        height: 40vh;
    }
}

@media (max-width: 781.98px) {
    .home-cover .wp-block-cover__image-background {
        object-position: 0% 50% !important;
    }
    .cover-about {
        height: 30vh;
    }
}
