From f4d2de699ec8b24f7dc5a9d7d3432693fc45c60b Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Fri, 3 Sep 2021 18:14:04 -0700 Subject: [PATCH] Styling, edits --- themes/maddybook/layouts/partials/pagination.html | 4 ++++ themes/maddybook/static/css/main.css | 2 ++ 2 files changed, 6 insertions(+) diff --git a/themes/maddybook/layouts/partials/pagination.html b/themes/maddybook/layouts/partials/pagination.html index 66650ba..9d701bf 100644 --- a/themes/maddybook/layouts/partials/pagination.html +++ b/themes/maddybook/layouts/partials/pagination.html @@ -2,9 +2,11 @@ {{ if gt $paginator.TotalPages 1 }} {{ end }} diff --git a/themes/maddybook/static/css/main.css b/themes/maddybook/static/css/main.css index 9a71d5b..7979d87 100644 --- a/themes/maddybook/static/css/main.css +++ b/themes/maddybook/static/css/main.css @@ -43,6 +43,8 @@ h1 small { font-style: italic; } ul.pagination { + margin: 1rem 0; + padding: 0; list-style-type: none; font-family: "Tom's New Roman", serif; text-align: center;