style(login-view): remove border from container style

This commit is contained in:
Jan Gleytenhoover 2024-12-18 13:34:52 +01:00
parent 1d66bee7f1
commit 758d0bf775
Signed by: jank
GPG key ID: B267751B8AE29EFE

View file

@ -10,7 +10,6 @@ body {
.container {
text-align: center;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
width: 300px;