update: idk what me code is anymore zeon:ai_comment

This commit is contained in:
Saahil dutta 2025-07-24 22:28:03 -04:00
parent e577d87ce4
commit 1a0e221c42
Signed by: neon
GPG key ID: 8A8B64515254CFC6
5 changed files with 66 additions and 14 deletions

View file

@ -1,12 +1,12 @@
<template>
<footer
class="footer sm:footer-horizontal bg-[#1e1e2e] text-neutral-content p-5 shadow-lg rounded-lg absolute bottom-5 left-1/2 transform -translate-x-1/2 w-1/3 max-w-screen-lg"
class="footer sm:footer-horizontal bg-[#1e1e2e] text-neutral-content p-2 sm:p-5 shadow-lg rounded-lg absolute bottom-0 sm:bottom-4 left-1/2 sm:transform -translate-x-1/2 sm:w-1/3 max-w-screen-lg"
>
<aside>
<p class="font-mono font-small">
Made by Neon - Copyright {{ new Date().getFullYear() }}.
<br />
<br />
<br class="hidden sm:block" />
Free speech & Privacy is a fundamental human right.
</p>
</aside>