Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketlee07 committed Sep 10, 2024
1 parent 2792d43 commit c71bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bostonhacks-2024/components/LandingComponents/Signal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Signals from '@/public/images/signals.svg'

function Signal() {
return (
<div className="flex flex-col items-center justify-center h-[50vh]">
<div className="flex flex-col items-center justify-center h-[60vh] my-40">
<div className="mt-2 mx-10">
<Image
src={Signals}
Expand Down

0 comments on commit c71bd2d

Please sign in to comment.