1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-23 07:14:21 +00:00
sophon/frontend/src/index.css

13 lines
155 B
CSS
Raw Permalink Normal View History

body {
margin: 0;
min-height: 100vh;
background-color: #000014;
}
body > * {
min-height: 100vh;
}
body > * > * {
min-height: 100vh;
}