Better responsive

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-07 14:55:40 +01:00
parent 62c313d424
commit d20aa6af77
4 changed files with 6 additions and 5 deletions

View File

@@ -55,10 +55,11 @@ const myLinks = [
href="https://ko-fi.com/anotherhadi"
slot="action"
target="_blank"
class="btn btn-primary"><Coffee class="size-5" /> Support me</a
class="btn btn-primary btn-sm md:btn-md"
><Coffee class="size-5" /> Support me</a
>
</Navbar>
<div class="m-auto max-w-5xl py-10 px-10 animate-fade-in">
<div class="m-auto max-w-5xl md:py-10 md:px-10 py-5 px-5 animate-fade-in">
<slot />
</div>
</body>