1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2025-03-13 12:17:42 +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;
}