Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvarone committed Aug 26, 2024
1 parent dd37ffb commit 8feba1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function BlogThreeColumn(props: BlogThreeColumnProps) {
gradientPosition='right'
>
<div className='py-20 pt-6 lg:py-[104px]'>
<div className='relative px-6 mx-auto max-w-7xl space-y-10 lg:space-y-20'>
<div className='mx-auto max-w-7xl space-y-10 lg:space-y-20'>
<div className='space-y-4 max-w-4xl'>
<h2
className='w-fit text-[44px] leading-[48px] font-extrabold tracking-tight text-transparent \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function FeatureThreeColumnsWithImage(props: FeatureThreeColumnsW
gradientPosition='right'
>
<div className='py-20 pt-6 lg:py-[104px]'>
<div className='px-6 mx-auto max-w-7xl space-y-10 lg:space-y-20 lg:px-8'>
<div className='mx-auto max-w-7xl space-y-10 lg:space-y-20'>
<div className='mr-auto space-y-4 max-w-4xl'>
<h2
className='w-fit text-[44px] leading-[48px] font-extrabold tracking-tight text-transparent bg-clip-text \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function LogoCloudsSimpleWithTitle(props: LogoCloudsSimpleWithTit
gradientPosition='left'
>
<div className='pt-9 pb-0 lg:pt-[104px] lg:pb-6'>
<div className='px-6 mx-auto max-w-7xl lg:px-8'>
<div className='mx-auto max-w-7xl'>
<div className='relative w-full h-full rounded-3xl p-8 pb-32 bg-radial-gradient lg:rounded-[48px] lg:px-12 lg:pt-20'>
<div className='absolute bottom-0 left-0 right-0 h-48 bg-gradient-to-t from-slate-900 to-transparent' />
<div className='flex flex-col items-center space-y-4'>
Expand Down

0 comments on commit 8feba1b

Please sign in to comment.