mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
add a margin at the top of pagination
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user