diff --git a/_includes/head.html b/_includes/head.html index e83e04d..b8d8844 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,7 +19,7 @@ {%endif%} - + diff --git a/_layouts/default.html b/_layouts/default.html index 9d3ba7a..b508d70 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -31,33 +31,31 @@ - {% if paginator.total_pages > 1 %} - - {% endif %} + diff --git a/_layouts/revuo-weekly.html b/_layouts/revuo-weekly.html index 5aa0cce..639023b 100644 --- a/_layouts/revuo-weekly.html +++ b/_layouts/revuo-weekly.html @@ -32,33 +32,31 @@ - {% if paginator.total_pages > 1 %} - - {% endif %} + diff --git a/_sass/custom.scss b/_sass/custom.scss index 523ee4c..3be23c9 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -375,4 +375,10 @@ img.dvchain { .text-center { text-align: center; +} + +.page-numbers-display { + display: inline-block; + margin-left: 1rem; + margin-right: 1rem; } \ No newline at end of file