FooterAnsEnde #9

Merged
niklas.ortmann merged 7 commits from footerAnsEnde into dev 2026-05-26 12:30:38 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit f77643af44 - Show all commits
-4
View File
@@ -1,13 +1,9 @@
/* FooterGrundlayout */
footer {
position: relative;
width: 100%;
background: #333d43;
text-align: center;
padding: 10px 0;
/* Berechnet die Resthöhe: 100% Bildschirmhöhe minus geschätzte Inhaltshöhe */
margin-top: calc(100vh - 400px);
}
footer a {
+4
View File
@@ -9,6 +9,10 @@ body {
background-color: #eef2f7;
color: #1f2937;
margin: 0;
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto; /* Header(auto), Inhalt (bekommt Rest), Footer(auto) */
}
a, button, input, select, textarea, label, main{