fix : footer height increase for mobile devices

ref : 467c27d5c2 (diff-bde622a6ece9e3a643d47d4d74cadaa1)
This commit is contained in:
Aditya Telange 2020-08-28 17:08:39 +05:30
parent c0b3ea348f
commit f40842915e
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -4,7 +4,7 @@
max-width: calc(var(--main-width) + var(--gap) * 2);
margin-left: auto;
margin-right: auto;
padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap);
padding: calc((var(--footer-height) - (var(--gap)) - 10px)/ 2) var(--gap);
color: var(--secondary);
font-size: 12px;
text-align: center;