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

16 lines
204 B
CSS
Raw Normal View History

2026-02-28 22:24:42 +01:00
html,
body,
#main {
margin: 0;
padding: 0;
2026-03-03 17:46:51 +01:00
min-height: 100dvh;
width: 100dvw;
overflow: hidden;
2026-02-28 22:24:42 +01:00
}
#main {
background-color: #214;
display: flex;
flex-direction: column;
}