From 0b564a18a54b284f3d032766981c01bcd85ac619 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 6 May 2022 08:45:28 +0200 Subject: [PATCH] [Minor] larger width of auth form --- bower.json | 2 +- strolch-wc-auth.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5e97f9f..b5bd5d8 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/strolch-wc-auth.html b/strolch-wc-auth.html index 2f0d59a..8baa73a 100644 --- a/strolch-wc-auth.html +++ b/strolch-wc-auth.html @@ -28,7 +28,7 @@ } .centered { - width: 300px; + width: 350px; margin-left: auto; margin-right: auto; margin-top: 3rem;