pagination fix

This commit is contained in:
fruworg 2023-07-30 14:45:03 +05:00
parent c3f1638d08
commit add828eb54

View File

@ -66,6 +66,10 @@ ul > li::before {
font-weight: bold;
}
ul.pagination {
padding-left: 0;
}
/* Images */
img {
border: 3px solid #ececec;