💄 small padding adjustments

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2023-09-05 14:27:05 +02:00
parent d9c11d4229
commit 882df70ce5

View file

@ -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 w-full items-center">
<q.h1>All movies</q.h1>
<q.div className="flex">
<q.div className="flex pt-2">
{!loading && totalPages && (
<Pagination
currentPage={currentPage}