/*
Theme Name: BilListe BlankSlate
Theme URI: https://billiste.dk/
Description: Minimal BlankSlate child theme for BilListe.dk. Removes the default theme header, navigation, sidebar and footer while keeping WordPress and BilListe plugins fully functional.
Author: BilListe.dk
Version: 1.0.0
Template: blankslate
Text Domain: billiste-blankslate
*/

html, body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
}

#page,
#content,
.site,
.site-content,
main {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

img {
    max-width: 100%;
    height: auto;
}
