Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick-Mao committed Nov 7, 2024
1 parent a388d62 commit b159a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/applications/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface props {

const Application = ({ title, questions }: props) => {
return (
<div className="rounded-md border-2 border-starlight-lightgray/25 p-10 space-y-8">
<div className="space-y-8 rounded-md border-2 border-starlight-lightgray/25 p-10">
<p>Apply to {title}</p>

<Input
Expand Down

0 comments on commit b159a17

Please sign in to comment.