mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 11:41:02 +00:00
15 lines
131 B
CSS
15 lines
131 B
CSS
@import '/98.css';
|
|
|
|
:root {
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
} |