diff --git a/bookmarks/styles/base.scss b/bookmarks/styles/base.scss index 50f6268..dabb795 100644 --- a/bookmarks/styles/base.scss +++ b/bookmarks/styles/base.scss @@ -48,3 +48,8 @@ h2 { .container > .columns > .column:not(:first-child) { padding-left: 2rem; } + +// Remove left padding from first pagination link +.pagination .page-item:first-child a { + padding-left: 0; +} \ No newline at end of file diff --git a/bookmarks/styles/bookmarks.scss b/bookmarks/styles/bookmarks.scss index 2a2003d..7c03403 100644 --- a/bookmarks/styles/bookmarks.scss +++ b/bookmarks/styles/bookmarks.scss @@ -38,6 +38,10 @@ ul.bookmark-list { } } +.bookmark-pagination { + margin-top: 1rem; +} + .tag-cloud { a { diff --git a/bookmarks/templates/bookmarks/bookmark_list.html b/bookmarks/templates/bookmarks/bookmark_list.html index a43c60f..81b7b94 100644 --- a/bookmarks/templates/bookmarks/bookmark_list.html +++ b/bookmarks/templates/bookmarks/bookmark_list.html @@ -1,4 +1,5 @@ {% load shared %} +{% load pagination %} -