Skip to content

Commit 86e477e

Browse files
committed
[PRO-73] Portal: Update hero images
1 parent 0e630c4 commit 86e477e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
143 KB
Loading
141 KB
Loading

apps/portal/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ export default function Page() {
4141

4242
function 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">

0 commit comments

Comments
 (0)