Skip to content
Snippets Groups Projects
Commit 40a20b82 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

add top padding in pagination component

parent 8051d11b
No related branches found
No related tags found
No related merge requests found
...@@ -54,5 +54,11 @@ export default ({ ...@@ -54,5 +54,11 @@ export default ({
div { div {
padding-bottom: 10px; padding-bottom: 10px;
padding-top: 10px;
}
.lg div, .xl div {
padding-top: 24px;
} }
</style> </style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment