misc: refactor

* accessibility, duplicate code
This commit is contained in:
Aditya Telange 2020-09-21 15:44:37 +05:30
parent 6770e5e552
commit 873bc34d45
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
3 changed files with 3 additions and 5 deletions

View file

@ -3,7 +3,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)) - 10px) / 2) var(--gap);
color: var(--secondary);
font-size: 12px;
text-align: center;