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

14 lines
232 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;
2026-03-02 22:06:15 +01:00
display: flex;
flex-direction: column;
2026-02-28 22:24:42 +01:00
}
}