Skip to content

Commit

Permalink
feat(components): match footer container with content container
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Feb 3, 2023
1 parent de60264 commit 0976ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Logo from "@/assets/brand/logo.svg";

const Footer = () => (
<footer className="bg-background-dark-80 py-12 mt-8">
<div className="max-w-6xl m-auto px-4">
<div className="max-w-7xl m-auto px-4">
<div className="grid gap-10 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 text-sm text-white">
<div>
<span className="font-semibold">Getting Started</span>
Expand Down

1 comment on commit 0976ddf

@vercel
Copy link

@vercel vercel bot commented on 0976ddf Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

site – ./

site-papermc.vercel.app
site-git-main-papermc.vercel.app
papermc.vercel.app

Please sign in to comment.