more correct fix

This commit is contained in:
Jeremy Kauffman 2019-10-03 12:06:06 -04:00 committed by Sean Yesmunt
parent 8adb7ffb56
commit 328772e22f

View file

@ -1,6 +1,5 @@
.main-wrapper {
position: relative;
min-height: calc(100vh - var(--header-height));
[data-mode='dark'] & {
background-color: var(--dm-color-08);
@ -11,6 +10,7 @@
display: flex;
align-items: flex-start;
justify-content: space-between;
min-height: calc(100vh - var(--header-height));
max-width: var(--page-max-width);
margin-left: auto;
margin-right: auto;