Org html: ensure that #page covers the viewport

This commit is contained in:
TEC 2020-12-13 03:01:07 +08:00
parent 563fc81cc3
commit a23cc4843f
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ body {
background-color: $back-light;
transition-property: color, background-color;
transition-duration: 100ms;
min-height: 100vh;
}
#content, header, .page-header {

View File

@ -532,7 +532,8 @@ body {
color: var(--text-dark);
background-color: var(--back-light);
transition-property: color, background-color;
transition-duration: 100ms; }
transition-duration: 100ms;
min-height: 100vh; }
#content, header, .page-header {
margin: 32px;