cursor-mover-app/crates/cursor-move-webapp/assets/styling/home.module.css

11 lines
177 B
CSS

.container {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: stretch;
align-items: stretch;
& > * {
flex-grow: 1;
}
}