Skip to content

Commit

Permalink
fix(ui): remove md: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsaldan committed Dec 26, 2024
1 parent 209249e commit bcfd985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/installation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Hero() {
</Link>
}
/>
<div className="pt-2 sm:pt-24 md:pt-32">
<div className="pt-2 sm:pt-24">
<h1 className="font-display text-balance text-head/[0.9] font-medium leading-[50px] tracking-tight text-white sm:text-8xl/[0.8] md:text-9xl/[0.8]">
Installation Guide
</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Hero() {
</Link>
}
/>
<div className="pt-2 sm:pt-24 md:pt-32">
<div className="pt-2 sm:pt-24">
<h1 className="font-display text-balance text-head/[0.9] font-medium leading-[50px] tracking-tight text-white sm:text-8xl/[0.8] md:text-9xl/[0.8]">
Your Car Thing's second chapter.
</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/app/support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Hero() {
</Link>
}
/>
<div className="pt-2 sm:pt-24 md:pt-32">
<div className="pt-2 sm:pt-24">
<h1 className="font-display text-balance text-head/[0.9] font-medium leading-[50px] tracking-tight text-white sm:text-8xl/[0.8] md:text-9xl/[0.8]">
Support Nocturne
</h1>
Expand Down

0 comments on commit bcfd985

Please sign in to comment.