[Minor] larger width of auth form

This commit is contained in:
Robert von Burg 2022-05-06 08:45:28 +02:00
parent 01a1cb316d
commit 0b564a18a5
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-auth",
"description": "Strolch WebComponent Auth",
"version": "0.9.6",
"version": "0.9.7",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",

View File

@ -28,7 +28,7 @@
}
.centered {
width: 300px;
width: 350px;
margin-left: auto;
margin-right: auto;
margin-top: 3rem;