Revert "fix : footer height increase for mobile devices"

This reverts commit f40842915e.
This commit is contained in:
Aditya Telange 2021-01-31 12:18:04 +05:30
parent c7b388346b
commit ebbeca4ab4
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -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
}