Skip to content

Commit

Permalink
Update footer styling for improved visual consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenusan committed May 14, 2024
1 parent f30cf5f commit 45fb57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SocialMediaLinks from "./SocialMediaLinks.astro";
---
<div class="mb-20"></div>

<footer class="footer items-center p-4 shadow-[0_-6px_8px_-1px_rgba(0,0,0,0.1),0_-3px_6px_-1px_rgba(0,0,0,0.02)]">
<footer class="footer items-center p-4 shadow-[0_2px_15px_-3px_rgba(0,0,0,0.1),0_4px_6px_-2px_rgba(0,0,0,0.05)]">
<aside class="items-center grid-flow-col">
<p>Copyright © 2024 - Jorge Núñez Santiago</p>
</aside>
Expand Down

0 comments on commit 45fb57f

Please sign in to comment.