/*
Theme Name: Bingo Night
Theme URI: https://bingoisscary.com/
Author: Western Sydney Software
Description: A focused WordPress theme for the Bingo Is Scary game.
Version: 1.0.0
Text Domain: bingo-night
*/

html, body {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
}

body.admin-bar .bingo-night-game .topbar {
    padding-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .bingo-night-game .topbar {
        padding-top: 46px;
    }
}
