From 091e45c27d9697ca7e5c653fbe18467ed3742bb5 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 19 Feb 2020 21:49:02 +0000 Subject: [PATCH] do not style .pagination lists in _content.scss --- assets/scss/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss index 5c00afb..a47254c 100644 --- a/assets/scss/_content.scss +++ b/assets/scss/_content.scss @@ -134,7 +134,7 @@ div.content .meta-tag { } .list { - ul { + ul:not(.pagination) { position: relative; width: 100%; margin: 3.2rem 0 3.2rem 0;