Files
node-factorio-recipes/components/shared/ScrollContainer/ScrollContainer.module.css
2022-08-16 22:03:36 +02:00

11 lines
131 B
CSS

.container {
width: 100vw;
height: 100vh;
}
.inner {
padding: 2em;
width: fit-content;
height: fit-content;
}