blob: c3300a674e66815fb9882934660ac7daff642efa [file] [log] [blame]
body {
--header-height: 64px;
--promotion-bar-height: 35px;
--footer-height: 104px;
--footer-gap: 60px;
// @media (min-width: 451px) and (max-width: 850px) {
// --header-height: 111px;
// }
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: var(--body-background);
font-family: 'Open Sans',sans-serif;
&>section {
flex: 1;
}
}
header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 2;
}
body > footer {
margin: var(--footer-gap) 30px 0;
}
* {
box-sizing: border-box;
}
@media (max-width: 670px) {
body {
--header-height: 97px;
}
}