feat(layout): center the footer

This commit is contained in:
Cotes Chung
2023-09-07 01:58:03 +08:00
parent 62bcd601fc
commit 41b8f9f519
9 changed files with 77 additions and 141 deletions

View File

@@ -150,7 +150,7 @@ div[class^='language-'] {
box-shadow: var(--language-border-color) 0 0 0 1px;
.post-content > & {
@include ml-mr(-1.25rem);
@include ml-mr(-1rem);
border-radius: 0;
}