Skip to content

Commit

Permalink
blegh
Browse files Browse the repository at this point in the history
  • Loading branch information
nebudev14 committed Nov 12, 2022
1 parent 26ad987 commit 31b6bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/scout/pit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const PitScout: NextPage = () => {

return (
<Protected>
<div className="min-h-screen py-12 px-96 dark:text-white md:px-2">
<div className="min-h-screen py-12 px-96 dark:text-white md:px-6">
<form onSubmit={submitData}>
<Container>
<label className="p-2 text-lg leading-tight border rounded shadow dark:bg-zinc-900 dark:border-zinc-700 bg-slate-200 focus:outline-none focus:shadow-outline">
Expand Down

0 comments on commit 31b6bdd

Please sign in to comment.