Pool icon clickable - blocks list pagination margin

This commit is contained in:
nymkappa
2022-03-12 16:44:21 +01:00
parent 30112e4aca
commit 909f7bd26e
2 changed files with 12 additions and 5 deletions

View File

@@ -118,3 +118,10 @@ td {
width: 20%;
}
}
.pagination-container {
margin-bottom: 40px;
@media (max-width: 992px) {
margin-bottom: 80px;
}
}