Better pagination (multi-sync)

fixes #19
This commit is contained in:
2022-08-03 18:17:38 +02:00
parent e5d4f26fc2
commit f1849eccf0
5 changed files with 18 additions and 6 deletions

View File

@ -247,15 +247,15 @@ article.main .bio-img {
}
}
/* Exposition */
article #pagination {
#pagination, #pagination-sec {
display:table;
text-align:center;
margin:auto;
}
/* Exposition */
article .gallery .gallery-item.active {
display:initial;
}