make sure all pages are at least as large as the viewport
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Aadil Ayub 2021-07-06 14:22:16 +05:00
parent 7a3c01e36e
commit 9a0e44b837
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ body {
color: $text-color;
padding: 0;
margin: 0;
min-height: 100vh;
display:grid;
grid-template-rows: auto 1fr auto;
}
body >* {