📱 fixed responsiveness
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
8abc9dd13e
commit
ca73d10408
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function App() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<q.div className="flex flex-col justify-center items-center mx-auto w-2/4">
|
||||
<q.div className="flex flex-col justify-center items-center mx-auto w-3/4 md:w-3/5 lg:w-2/4">
|
||||
<MovieModal {...{ setModalOpen, modalMovie, modalOpen }} />
|
||||
<q.div className="flex flex-col w-full items-center">
|
||||
<q.h1 className="py-4">All movies</q.h1>
|
||||
|
|
Reference in a new issue