Skip to content

Commit

Permalink
Merge pull request #68 from TobiGr/improvement/centeredPagination
Browse files Browse the repository at this point in the history
Center pagination bar
  • Loading branch information
wi-wissen authored Mar 18, 2023
2 parents 05f01fc + 28dd9e0 commit f78bf15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/js/app.js": "/js/app.js?id=ebe996573dd7b8a98db6a2add8c09ac8",
"/js/manifest.js": "/js/manifest.js?id=ab5bc54df953e31e833d3b0677455448",
"/css/app.css": "/css/app.css?id=1530e15a733155b2ca60ad1d33158674",
"/css/app.css": "/css/app.css?id=2e9ca0b4cdfc5fc1e99332de482a4e05",
"/js/vendor.js": "/js/vendor.js?id=20879adf5c9945c006470e67e6e37ca4",
"/js/ads.js": "/js/ads.js?id=a4f7d5168ccf9d55b9136f52606f8145",
"/css/vendor.css": "/css/vendor.css?id=f4034e7936bbdfa5c2336d945fe970d5"
Expand Down
3 changes: 3 additions & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
font-size: 1.125rem;
}

.pagination {
justify-content: center;
}

//Vue
[v-cloak] > * { display:none; }
Expand Down

0 comments on commit f78bf15

Please sign in to comment.