EventMapper/assets/styles/style.css
2024-06-01 01:31:08 -05:00

7 lines
No EOL
106 B
CSS

body, html {
margin: 0;
height: 100vh;
width: 100vw;
box-sizing: border-box;
overflow: hidden;
}