Skip to content

Commit

Permalink
fix scroll overflow caused by footer width
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsalt committed Dec 6, 2023
1 parent 870d696 commit fbf9936
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 @@ -2,7 +2,7 @@
const today = new Date()
---

<footer class="flex w-[100vw] flex-col items-center justify-center pb-8 pt-4 text-sm">
<footer class="flex w-full flex-col items-center justify-center pb-8 pt-4 text-sm">
<p>&copy; {today.getFullYear()} | 🔧 w/ 🧋 by Bangkok Open Source.</p>
<p>Source Code Available on <a href="https://github.com/creatorsgarten/open.source.in.th" class="highlight underline" target="_blank" rel="noopener noreferrer">GitHub</a></p>
</footer>

0 comments on commit fbf9936

Please sign in to comment.