Lots of fixes to pagination, l10n, tutorial, css ...
diff --git a/dev/scss/main/pagination.scss b/dev/scss/main/pagination.scss
index d057dd0..ef5eb34 100644
--- a/dev/scss/main/pagination.scss
+++ b/dev/scss/main/pagination.scss
@@ -25,8 +25,8 @@
    */
   font-size: 0;
   position: fixed;
-  right: 20px;
-  bottom: 24px;
+  right: ($standard-margin / 4);
+  bottom: ($standard-margin / 2);
   z-index: 400;
   padding: 0;
   height: auto;