mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
[bugfix] Fix problem with pagination from wrapped post titles fix (#407)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user