fix(ui): restore page margin and background color. Closes #2959

This commit is contained in:
Gabe Kangas
2023-04-26 21:24:26 -07:00
parent 12d321b097
commit 97fb5a80d0
5 changed files with 27 additions and 13 deletions

View File

@@ -3,6 +3,7 @@
.layout {
// this margin is for fixed header
margin-top: 55px;
background-color: var(--theme-color-main-background);
@include screen(tablet) {
position: absolute;
top: 0;
@@ -10,7 +11,6 @@
bottom: 0;
right: 0;
// this one is for fixed footer
margin-bottom: 30px
margin-bottom: 30px;
}
}