mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
add a margin at the top of pagination
This commit is contained in:
parent
29882dd09c
commit
1dc3a57b48
@ -4402,7 +4402,8 @@ span.entity.entity-activity.activity-reason {
|
||||
.pagination {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
margin-top: 1em; }
|
||||
.pagination .link {
|
||||
background-color: white;
|
||||
display: inline-block; }
|
||||
|
File diff suppressed because one or more lines are too long
@ -2,6 +2,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
|
||||
.link {
|
||||
background-color: white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user