Skip to content

Commit

Permalink
🍶 fixed button sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
parchinski committed Nov 1, 2024
1 parent d0a627b commit 79fdc05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/routes/ccdc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function CollegiateCyberDefenseCompetition() {
</h1>
<Link
to="/about-us"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-screen max-w-6xl mt-16 py-1"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-full max-w-6xl mt-16 py-1"
>
Back to About Us
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/constitution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Constitution() {
</h1>
<Link
to="/about-us"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-screen max-w-6xl mt-16 py-1"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-full mt-16 py-1"
>
Back to About Us
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/ctf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function CaptureTheFlag() {
<h1 className="text-5xl font-bold">Capture the Flag</h1>
<Link
to="/about-us"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-screen max-w-6xl mt-16 py-1"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-full mt-16 py-1"
>
Back to About Us
</Link>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function FAQ() {
<h1 className="text-5xl font-bold">Frequently Asked Questions</h1>
<Link
to="/about-us"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-screen max-w-6xl mt-16 py-1"
className="text-center border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full w-full mt-16 py-1"
>
Back to About Us
</Link>
Expand Down

0 comments on commit 79fdc05

Please sign in to comment.