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

12 lines
177 B
CSS
Raw Normal View History

2026-02-28 22:24:42 +01:00
.container {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: stretch;
align-items: stretch;
& > * {
flex-grow: 1;
}
}