mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-20 01:42:36 +02:00
css : refactor all margins
* hope this does not break anything xd
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user