mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 07:26:12 +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 {
|
.pagination {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center; }
|
text-align: center;
|
||||||
|
margin-top: 1em; }
|
||||||
.pagination .link {
|
.pagination .link {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -2,6 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-top: 1em;
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user