feat(footer): Zu _Layout.cshtml hinzugefügt. CSS-Trennungen bearbeitet.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user