generated from autonomic-cooperative/astro-payload-template
Tiny footer CSS enhancements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
526bd24742
commit
e3f725bf5c
@ -3,7 +3,7 @@ import { getCurrentYear } from "@/utils/date";
|
|||||||
import ThemeSwitcher from "./ThemeSwitcher.astro";
|
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">
|
<p class="text-lg font-semibold">
|
||||||
© {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
|
© {getCurrentYear()} Autonomic. Template distributed under AGPL 3.0.
|
||||||
</p>
|
</p>
|
||||||
|
@ -101,6 +101,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
@apply bg-background border-primary border px-2 text-lg;
|
@apply bg-background border-primary border px-2 py-1 text-lg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user