Skip to content

Commit

Permalink
Fix edge case screen size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAgassi committed Mar 19, 2024
1 parent 9060366 commit ea7f1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/SponsorFAQ.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const SponsorFAQSection = () => {
<div className="text-center font-raleway font-black mt-6 text-[50px] leading-[117px] tracking-widest text-[#404040] drop-shadow-lg sm:text-[80px] vs:text-[60px]">
PARTNERS
</div>
<div className="flex flex-wrap justify-center items-center gap-4">
<div className="flex flex-wrap justify-center items-center gap-3">
<img
src={StudentsUnion}
alt="Student Union"
Expand Down

0 comments on commit ea7f1a1

Please sign in to comment.