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

15 lines
180 B
CSS
Raw Normal View History

2026-02-28 22:24:42 +01:00
html,
body,
#main {
margin: 0;
padding: 0;
min-height: 100vh;
width: 100vw;
}
#main {
background-color: #214;
display: flex;
flex-direction: column;
}