Files
shark/static/app.css
2025-09-30 11:27:54 -04:00

15 lines
131 B
CSS

@import '/98.css';
:root {
height: 100vh;
overflow: hidden;
}
html {
height: 100%;
}
body {
height: 100%;
margin: 0;
}