Tiny footer CSS enhancements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias 2024-05-19 20:58:07 +02:00
parent 526bd24742
commit e3f725bf5c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import { getCurrentYear } from "@/utils/date";
import ThemeSwitcher from "./ThemeSwitcher.astro";
---
<footer class="flex justify-between py-4">
<footer class="flex justify-between items-center py-4">
<p class="text-lg font-semibold">
&copy; {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
</p>

View File

@ -101,6 +101,6 @@
}
select {
@apply bg-background border-primary border px-2 text-lg;
@apply bg-background border-primary border px-2 py-1 text-lg;
}
}