Skip to content

Commit

Permalink
Fix*
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarySoftware committed Sep 25, 2024
1 parent c561bcc commit e8931c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ function Pricing() {
{tier.description}
</p>
</div>
<div className='pt-6 lg:pt-4'>
<div className='pt-6 lg:pt-0'>
<ul
role='list'
className={classNames(
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const config: Config = {
featured: '25px 0',
},
height: {
tier: '600px',
featured: '650px',
tier: '630px',
featured: '680px',
},
colors: {
page: 'white',
Expand Down

0 comments on commit e8931c7

Please sign in to comment.