diff --git a/configuration/configuration.txt b/configuration/configuration.txt
index ed331e0..ab69b5f 100644
--- a/configuration/configuration.txt
+++ b/configuration/configuration.txt
@@ -27,8 +27,8 @@ Post template: Post Template
;; ----------
Pagination path: /page/
-Previous page template: Older
-Next page template: Newer
+Previous page template: Newer
+Next page template: Older
;; Time stuff
diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md
index 890c15a..1cdf94f 100644
--- a/weblog/B0. Template/styles.css.md
+++ b/weblog/B0. Template/styles.css.md
@@ -253,6 +253,9 @@ main>nav {
flex-direction: row;
justify-content: space-between;
}
+.previous-page{
+ margin-left:auto;
+}
.mirror {
transform: scaleX(-1);