Skip to content

Commit

Permalink
fix: align sponsors tiers in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 committed Nov 24, 2023
1 parent 6d472fd commit d2c53d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Link PR to Trello
steps:
# Link PR to Trello
- name: Link to Trello
uses: rematocorp/trello-integration-action@v7.1.0
with:
Expand Down
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 d2c53d4

Please sign in to comment.