Skip to content

Commit

Permalink
banner updated width
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovodo committed May 23, 2024
1 parent b8578ea commit 36ffeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Home() {
const banner = {
backgroundImage:
"radial-gradient(circle, #B7990D59 50%, #050B21B2, #050B21B2)",
width: "100vw",
width: "95vw",
};

return (
Expand Down

0 comments on commit 36ffeae

Please sign in to comment.