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;
|
padding: 0;
|
||||||
li {
|
li {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
@media only screen and (min-width : 768.1px) {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
@media only screen and (max-width : 768px) {
|
@media only screen and (max-width : 768px) {
|
||||||
margin: 1.6rem 0 1.6rem 0;
|
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 {
|
.centered {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -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="}}
|
||||||
Reference in New Issue
Block a user