Fix extra padding that renders in chrome

This commit is contained in:
Jeremy Zhang 2018-08-09 22:11:28 +00:00
parent 5a249b0b84
commit 3575de6696

View File

@ -61,7 +61,6 @@ main {
min-height: calc(100vh - 80px); min-height: calc(100vh - 80px);
overflow-x: hidden; overflow-x: hidden;
height: 100%; height: 100%;
padding-bottom: 50px;
} }
footer { footer {