Skip to content

Commit

Permalink
fix: align sponsors tiers in mobile (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 authored Nov 24, 2023
1 parent a89e108 commit 029bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/Home/components/Sponsors/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Sponsors(props) {
<h2 className="font-terminal-uppercase flex justify-center py-10 text-center text-4xl xs:text-5xl sm:text-6xl md:text-8xl">
Our amazing sponsors
</h2>
<div className="mt-10 flex justify-center">
<div className="mt-10 flex items-end justify-center">
<Tab
tabName="Exclusive & Gold"
selected={!val}
Expand Down

0 comments on commit 029bd58

Please sign in to comment.