add a margin at the top of pagination

This commit is contained in:
Julien Fastré 2017-06-22 22:50:04 +02:00
parent 29882dd09c
commit 1dc3a57b48
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -2,6 +2,7 @@
display: flex;
justify-content: center;
text-align: center;
margin-top: 1em;
.link {
background-color: white;