footer and init project

This commit is contained in:
2025-08-28 13:47:48 +02:00
parent 19f920ff2c
commit 85abdc28ca
12 changed files with 1050 additions and 1342 deletions

View File

@@ -7,5 +7,13 @@
* file and is applied both to the front end and in the block editor.
*/
body {
@apply bg-background text-foreground font-sans;
@apply bg-background font-sans;
}
footer {
@apply bg-secondary w-full text-white;
.footer-menu {
@apply mb-4 flex flex-col gap-4 md:flex-row md:justify-center md:gap-8;
}
}