[bugfix] Fix problem with pagination from wrapped post titles fix (#407)

This commit is contained in:
Jared Sturdy
2020-09-21 14:46:14 +02:00
committed by GitHub
parent 94b5957f6d
commit b3fab506bf
3 changed files with 9 additions and 5 deletions

View File

@@ -79,9 +79,6 @@
padding: 0;
li {
font-size: 1.8rem;
@media only screen and (min-width : 768.1px) {
display: flex;
}
@media only screen and (max-width : 768px) {
margin: 1.6rem 0 1.6rem 0;
}
@@ -109,6 +106,13 @@
}
}
}
ul:not(.pagination) {
li {
@media only screen and (min-width : 768.1px) {
display: flex;
}
}
}
}
.centered {

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"Target":"css/coder.min.fce3d3684e836ce340cdd591dad1749c310472d5ed4049fab99845c9aec4d4bf.css","MediaType":"text/css","Data":{"Integrity":"sha256-/OPTaE6DbONAzdWR2tF0nDEEctXtQEn6uZhFya7E1L8="}}
{"Target":"css/coder.min.9836c03fe5c87d102278a33e86d0591ef36c89b1e17e8e547ebf84c05cee010e.css","MediaType":"text/css","Data":{"Integrity":"sha256-mDbAP+XIfRAieKM+htBZHvNsibHhfo5Ufr+EwFzuAQ4="}}