Skip to content

Commit

Permalink
Revert "fix : footer height increase for mobile devices"
Browse files Browse the repository at this point in the history
This reverts commit f408429.
  • Loading branch information
adityatelange committed Jan 31, 2021
1 parent c7b3883 commit ebbeca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.footer {
max-width: calc(var(--main-width) + var(--gap) * 2);
margin: auto;
padding: calc((var(--footer-height) - (var(--gap)) - 10px) / 2) var(--gap);
padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap);
text-align: center;
line-height: 24px
}
Expand Down

0 comments on commit ebbeca4

Please sign in to comment.