Skip to content

Commit 2e34cc9

Browse files
committed
Add padding to header
1 parent 3c65f43 commit 2e34cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/nfts/Nfts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function Nfts() {
7777

7878
return (
7979
<>
80-
<header className="mt-4">
80+
<header className="pl-4 pr-4 pt-4">
8181
<div className="flex flex-wrap justify-between items-center mx-auto max-w-screen-2xl">
8282
<a className="flex items-center" href={"https://www.alchemy.com"}><Image src={resourceUrl("/alchemy.svg")} height={36} width={168} alt={"Alchemy Logo"}/></a>
8383
<div className="justify-between items-center w-full lg:flex lg:w-auto lg-order-1"><a href={"https://codespaces.new/alchemyplatform/nft-demo?quickstart=1"}><Image src={"https://github.com/codespaces/badge.svg"} height={32} width={249} alt={"Open in GitHub Codespaces"}/></a></div>

0 commit comments

Comments
 (0)