12 lines
200 B
SCSS
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 {
|
|
// }
|
|
} |