website/src/styles/index.scss
2024-03-12 20:43:58 +01:00

16 lines
252 B
SCSS

/* layout */
.container {
height: 100vh;
width: 100%;
scroll-snap-type: y mandatory;
overflow-y: scroll;
}
.section {
height: 100vh;
scroll-snap-align: start;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}