You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
316 B

/* template */
body,html {
height: 100%;
scroll-behavior: smooth;
}
/* hidden spacer before sections for proper offset */
section:before {
height: 56px;
content: "";
display:block;
}
/* helpers */
.vh-50 {
min-height: 50vh;
}
.vh-75 {
min-height: 75vh;
}
.vh-100 {
min-height: 100vh;
}