From 3b360866df430578556202fdf75043db85490e23 Mon Sep 17 00:00:00 2001 From: haselkern Date: Sat, 7 Jan 2017 22:28:13 +0100 Subject: [PATCH] full width input elements --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 8a1d6d3..58ff2a5 100644 --- a/style.css +++ b/style.css @@ -152,15 +152,14 @@ a.card{ /* Login screen */ input, button{ display: block; - width: 50%; - margin-left: 25%; + width: 100%; margin-top: 1em; border-radius: 3px; padding: 3px; border: 1px solid #bbb; } button{ - width: calc(50% + 0.6em); + width: calc(100% + 0.6em); } /* Edit account screen */