make sure all pages are at least as large as the viewport
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7a3c01e36e
commit
9a0e44b837
@ -63,6 +63,9 @@ body {
|
||||
color: $text-color;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
display:grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
}
|
||||
|
||||
body >* {
|
||||
|
Loading…
x
Reference in New Issue
Block a user