blob: efabcd094735e100e72b01ec896fb498c170d90f [file] [log] [blame]
*,
:before,
:after {
box-sizing: border-box;
}
.Site {
display: flex;
flex-direction: column;
margin: 0;
min-height: 100vh;
}
.Site-content {
flex: 1;
}