🤖 Adjust margins

This commit is contained in:
Asim Shrestha
2023-04-08 16:51:51 -07:00
parent 8c2d922d92
commit 2fa42a4a46
3 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ const Home: NextPage = () => {
<Drawer handleHelp={() => setShowModal(true)} />
<div
id="content"
className="z-10 flex h-screen w-full items-center justify-center p-2 px-4"
className="z-10 flex h-screen w-full items-center justify-center p-2 px-2 sm:px-4 md:px-10"
>
<div
id="layout"