diff options
author | Beth Aitman <bethaitman@users.noreply.github.com> | 2019-07-18 10:08:43 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-07-25 01:39:01 +0200 |
commit | 85f3a2d4e0d5738264ce1c2dc7af1fac19bdfd84 (patch) | |
tree | 725139ab3cba4bdba6d46fc3889882f7682c5474 | |
parent | cb045547ddfea9f40f19d73f3215353f0d4dc6dc (diff) |
Remove discs from pagination ul
-rw-r--r-- | assets/book.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/book.scss b/assets/book.scss index ba7de6a..9edc86a 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -79,6 +79,7 @@ aside nav ul { ul.pagination { display: flex; justify-content: center; + list-style-type: none; .page-item a { padding: $padding-16; |