Skip to content

Commit

Permalink
Adjust padding and margin
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Oct 20, 2023
1 parent 8dad761 commit 422c707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const MEDIA_LINKS = [

export default function Footer() {
return (
<footer className="w-[100%] flex flex-col gap-5 p-6 mt-10">
<footer className="w-[100%] flex flex-col gap-5 p-6 sm:p-10">
<div className="flex justify-center gap-5 sm:gap-12 text-3xl sm:text-4xl">
{MEDIA_LINKS.map((link) => (
<Link
Expand Down

0 comments on commit 422c707

Please sign in to comment.