Footer immer am Seitenende (Sticky) und Text auf "Bewerbungssystem"

Body als Flex-Column, main mit flex-1 drueckt den Footer nach unten.
Footer-Jahr serverseitig gerendert (immer aktuell).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-05 13:40:55 +02:00
co-authored by Claude Opus 4.8
parent 82431490a9
commit b269dcaecc
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
<head>
<%- include('partials/head') %>
</head>
<body class="min-h-screen transition-colors duration-300 bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-gray-100" id="body">
<body class="min-h-screen flex flex-col transition-colors duration-300 bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-gray-100" id="body">
<%- include('partials/header') %>
<main class="container mx-auto px-4 py-8">
<main class="flex-1 container mx-auto px-4 py-8">
<!-- Search -->
<div class="flex justify-center mb-8">
<div class="relative w-full max-w-xl">