mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix overlapping pagination links #2521
This commit is contained in:
parent
fd103ba67d
commit
bb3ea5c9aa
3 changed files with 12 additions and 9 deletions
|
|
@ -185,6 +185,11 @@ body>.x,
|
|||
height: 24px;
|
||||
padding: 0 6px;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
.x .x_pagination {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
.x .btn {
|
||||
color: #333;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue