EventMapper/assets/styles/style.css

7 lines
106 B
CSS
Raw Normal View History

2024-06-01 06:31:08 +00:00
body, html {
margin: 0;
height: 100vh;
width: 100vw;
box-sizing: border-box;
overflow: hidden;
}