Files
shark/static/app.css

17 lines
173 B
CSS

@import '/98.css';
:root {
height: 100vh;
overflow: hidden;
}
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 2px;
box-sizing: border-box;
}