[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 {