fix: invert the buttons on the button navigation of an article (#2)

Reviewed-on: #2
This commit is contained in:
2022-11-21 12:29:57 +00:00
parent f491adda25
commit 139f159f5a
2 changed files with 8 additions and 8 deletions

View File

@@ -340,12 +340,12 @@ h1 + .post-metadata {
}
.previous {
.icon {
margin-right: 2rem;
margin-left: 2rem;
}
}
.next {
.icon {
margin-left: 2rem;
margin-right: 2rem;
}
}
}