feat(footer): Zu _Layout.cshtml hinzugefügt. CSS-Trennungen bearbeitet.

This commit is contained in:
Developer 02
2024-09-21 00:10:50 +02:00
parent 3974d2123e
commit 222684cfc8
5 changed files with 21 additions and 15 deletions

View File

@@ -70,8 +70,25 @@
body {
background-color: #bbb;
display: flex;
flex-direction: column;
height: 100vh;
margin: 0;
}
main {
flex: 1;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 10px 0;
}
.page {
margin-top: 3rem;
background: white;