💄 small padding adjustments
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
d9c11d4229
commit
882df70ce5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function App() {
|
||||||
<q.div className="flex flex-col justify-center items-center mx-auto w-3/4">
|
<q.div className="flex flex-col justify-center items-center mx-auto w-3/4">
|
||||||
<q.div className="flex flex-col w-full items-center">
|
<q.div className="flex flex-col w-full items-center">
|
||||||
<q.h1>All movies</q.h1>
|
<q.h1>All movies</q.h1>
|
||||||
<q.div className="flex">
|
<q.div className="flex pt-2">
|
||||||
{!loading && totalPages && (
|
{!loading && totalPages && (
|
||||||
<Pagination
|
<Pagination
|
||||||
currentPage={currentPage}
|
currentPage={currentPage}
|
||||||
|
|
Reference in a new issue