Skip to content

Commit

Permalink
feat: proper footer aos on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthyadms committed Oct 16, 2023
1 parent 4eb17c8 commit ceb45c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/the-footer.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<template>
<footer>
<div data-aos="fade-up" class="spacer spacer-art"></div>
<div
data-aos="fade-up"
data-aos-once="true"
class="spacer spacer-art"
></div>
<div class="custom-footer py-10 bg-primary text-primary-content">
<p class="text-sm font-semibold drop-shadow-sm">
Built with 💖 by
Expand Down

0 comments on commit ceb45c8

Please sign in to comment.