/*
Theme Name: MenoPosse Theme
Theme URI: https://carriedils.com
Author: Carrie Dils
Author URI: https://rockbase.co
Description: A child theme for Rockbase based off the podcaster playbook (https://rockbase.co).
Requires at least: 6.3
Tested up to: 6.4
Requires PHP: 7.3
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rockbase
Text Domain: rockbase-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, translation-ready, block-styles, template-editing, wide-blocks, global-styles
*/

.site-footer {
    background: url("https://themenoposse.show/wp-content/uploads/2025/01/silhouette.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: bottom right;


    @media screen and (max-width: 1000px) {
        .wp-block-group:first-child {
            padding-bottom: 140px !important;
        }
    }
}