website/src/styles/index.scss
Sangelo 7c94894dbd [c+a] New Project Logo, Style tweaks
- Mobile Style tweaks
- Sangelo's Space Logo
- Gitpot Consistency Fix
- Added Gitpot Modal
2024-03-13 12:12:04 +01:00

18 lines
294 B
SCSS

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