Skip to content

Commit

Permalink
Update max width in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplesnik committed Jan 22, 2025
1 parent 11e175a commit 7da1b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from '@/components/Link'
const Footer = () => {
return (
<div className="mt-24 bg-zinc-900">
<div className="mx-auto flex w-full max-w-screen-2xl flex-col justify-end gap-1 px-6 pb-8 pt-12 text-white sm:px-8 md:px-12">
<div className="flex flex-col justify-end gap-1 px-6 pb-8 pt-12 text-white sm:px-8 md:px-12">
Adam Plesník
<span className="mt-4">UI designer with a strong coding background</span>
<span className="mt-12">+421 904 983 582</span>
Expand Down

0 comments on commit 7da1b6b

Please sign in to comment.