Skip to content

Commit

Permalink
Update footer padding in Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcgilibert committed Dec 20, 2023
1 parent 369680c commit c357ff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from './Link.astro'
const date = new Date()
---

<footer class='flex w-full justify-between gap-2 border-t-2 border-[#1C1C1C] py-10 sm:p-6 mt-auto'>
<footer class='flex w-full justify-between gap-2 border-t-2 border-[#1C1C1C] py-8 mt-auto'>
<ul class='flex gap-4 text-sm font-semibold'>
<li><Link href='/'>Home</Link></li>
<li><Link href='/blog'>Blog</Link></li>
Expand Down

0 comments on commit c357ff2

Please sign in to comment.