Files
fefan/next/app/editions/style.module.scss
2026-01-19 11:43:59 +01:00

12 lines
200 B
SCSS

.main {
flex: 1 1 0%;
display: flex;
flex-flow: column;
align-items: center;
height: 100vh;
overflow: auto;
scroll-snap-type: y mandatory;
// .editionLink {
// }
}