Fix header and footer positioning

This commit is contained in:
Chris Wilson
2020-12-01 16:44:24 -05:00
parent c343c5fcef
commit f38f6cc33a
9 changed files with 53 additions and 31 deletions

View File

@@ -7,9 +7,6 @@
width: calc(100% - 0.5rem);
padding-left: 0.5rem;
padding-top: 50px;
position: fixed;
bottom: 0;
left: 0;
color: #dfedc6
}