Skip to content

Commit

Permalink
Increase horizontal padding in header for desktop viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Mar 16, 2024
1 parent 2aa5746 commit 30d5982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import gitHubLogo from './github-mark-white.svg';

export function Header(): React.ReactNode {
return (
<header className="flex items-center justify-between bg-zinc-800 px-4 py-3 text-zinc-50 shadow">
<header className="flex items-center justify-between bg-zinc-800 px-4 py-3 text-zinc-50 shadow md:px-6">
<div>
<h1 className="text-xl font-bold">AI SDK with Generative UI</h1>
<h2 className="text-sm">Deployed on AWS Lambda &amp; CloudFront</h2>
Expand Down

0 comments on commit 30d5982

Please sign in to comment.