css : refactor all margins

* hope this does not break anything xd
This commit is contained in:
Aditya Telange
2020-09-20 11:54:41 +05:30
parent 1e5f020efb
commit e91b15284a
6 changed files with 16 additions and 35 deletions

View File

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