css : refactor all margins
* hope this does not break anything xd
This commit is contained in:
parent
1e5f020efb
commit
e91b15284a
6 changed files with 16 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue