1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-21 23:54:30 +00:00
steffoweb/pages/_app.css

14 lines
No EOL
163 B
CSS

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