1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-22 08:04:31 +00:00
steffoweb/pages/_app.css

14 lines
163 B
CSS
Raw Normal View History

body {
margin: 0;
min-height: 100vh;
background-color: #0d193b;
color: #a0ccff;
}
body > * {
min-height: 100vh;
}
2021-08-29 18:42:35 +00:00
body > * > * {
min-height: 100vh;
}