/*!
Theme Name: Oxpins Child theme
Theme URI: http://layerdrops.com/oxpinswp
Template: oxpins
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Oxpins WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxpins-child
*/

/* Adjusting the Preloader Logo Size */
.preloader img {
    width: 200px !important; /* Change 200px to your desired size */
    height: auto !important;
    max-width: none !important;
}

/* Ensure the container isn't squeezing the image */
.preloader__image {
    width: 200px;
    height: 200px;
    background-size: contain;
}