Skip to content

Commit

Permalink
fixup!: css footer border
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Sep 30, 2024
1 parent b5182b2 commit f184887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3 class="footer-title">{{ item.title }}</h3>
{% endfor %}
</div>
</div>
<div class="mt-8 border-t border-neutral-content/50 pt-8 md:flex md:items-center md:justify-between">
<div class="mt-8 border-t border-neutral-700 pt-8 md:flex md:items-center md:justify-between">
<p class="mt-8 text-base-content text-sm text-opacity-70 md:order-1 md:mt-0">&copy; 2021 - 2023 Colibri SAS - Made with ❤️ by the Pulse Team.</p>
</div>
</div>
Expand Down

0 comments on commit f184887

Please sign in to comment.