feat: replace login view with mitarbeiterverwaltung view

This commit is contained in:
Jan K9f 2024-12-18 11:17:16 +01:00
parent 026278e53b
commit 7f37f2b477
Signed by: jank
GPG key ID: B267751B8AE29EFE
3 changed files with 2 additions and 17 deletions

View file

@ -6,13 +6,10 @@ body {
}
.container {
width: 80%;
max-width: 960px;
width: 100%;
margin: 0 auto;
background-color: #fff;
border-radius: 5px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1 {