forked from MarseyWorld/MarseyWorld
fix overflow on page buttons
parent
abd11a8db7
commit
5178f7470f
|
@ -1558,7 +1558,8 @@ nav
|
|||
}
|
||||
.pagination {
|
||||
display: flex;
|
||||
padding-left: 0;
|
||||
flex-flow: wrap;
|
||||
padding: 1rem 0;
|
||||
list-style: none;
|
||||
border-radius: 0.35rem;
|
||||
}
|
||||
|
@ -4720,9 +4721,6 @@ ul.comment-section {
|
|||
background-position: bottom;
|
||||
object-fit: cover;
|
||||
}
|
||||
.pagination {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
.table .thead-dark th {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in New Issue