File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ export default function Page() {
4141
4242function Hero ( ) {
4343 return (
44- < section className = "grid gap-4 py -14 lg:grid-cols-[1fr_420px] lg:py-0" >
44+ < section className = "grid gap-4 pt -14 pb-6 lg:grid-cols-[1fr_420px] lg:py-0" >
4545 { /* Left */ }
4646 < div className = "flex flex-col justify-center" >
4747 < div >
4848 < h1 className = "mb-3 font-bold text-4xl tracking-tighter lg:text-6xl" >
4949 thirdweb Documentation
5050 </ h1 >
51- < p className = "mb-8 max-w-lg text-lg text-muted-foreground leading-normal text-pretty" >
51+ < p className = "mb-6 max-w-lg text-base lg: text-lg text-muted-foreground leading-normal text-pretty" >
5252 Platform for building the next generation of internet products
5353 </ p >
5454 < div className = "flex gap-3" >
You can’t perform that action at this time.
0 commit comments