Skip to content

Commit

Permalink
Added spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
the-abe-train committed Aug 12, 2022
1 parent 24cda48 commit f8f01b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Auxilliary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function Auxilliary({ screen }: Props) {
</span>
)}
{(screen === "Help" || screen === "Info") && (
<div className="flex-grow flex items-end sm:mb-[100px]">
<div className="flex-grow flex items-end mb-[100px]">
<Footer />
</div>
)}
Expand Down

0 comments on commit f8f01b9

Please sign in to comment.