do not style .pagination lists in _content.scss

This commit is contained in:
Ray Elliott 2020-02-19 21:49:02 +00:00
parent e146cc68fb
commit 091e45c27d
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ div.content .meta-tag {
} }
.list { .list {
ul { ul:not(.pagination) {
position: relative; position: relative;
width: 100%; width: 100%;
margin: 3.2rem 0 3.2rem 0; margin: 3.2rem 0 3.2rem 0;