/*
Theme Name: Naiads Theme
Theme URI: https://github.com/vietsy/naiads-html
Text Domain: naiads
Requires at least: 6.8
Requires PHP: 7.2
Version: 1.5
*/

* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 375px;
}

#site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#site > header,
#site > footer {
    flex-shrink: 0;
}

#site > main {
    flex: 1;
    width: 100%;
}