Remove discs from pagination ul

This commit is contained in:
Beth Aitman 2019-07-18 10:08:43 +02:00 committed by Alex Shpak
parent cb045547dd
commit 85f3a2d4e0

View file

@ -79,6 +79,7 @@ aside nav ul {
ul.pagination {
display: flex;
justify-content: center;
list-style-type: none;
.page-item a {
padding: $padding-16;