Made spacing the same across all pages
This commit is contained in:
parent
2743ce75d5
commit
04e0168ea0
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ const Page = ({ params }: { params: { category: string }}) => {
|
|||
}}
|
||||
/>
|
||||
</div>
|
||||
<div style={{paddingTop: '72px'}}></div>
|
||||
<Logo/>
|
||||
<div className="mx-auto max-w-2xl py-32 sm:py-48 lg:py-56">
|
||||
<div className="text-center">
|
||||
<h1 className="text-4xl font-bold tracking-tight text-gray-50">
|
||||
|
|
Loading…
Reference in a new issue