Fix signin form width bug

No issue. Fixes bug where signin form was not expanding to its full width as a result of some earlier global changes. This sets an explicit fluid width with a max-width fallback so that it's always the correct size.
This commit is contained in:
John O'Nolan 2015-06-16 09:58:56 +01:00
parent 906504e43b
commit cc571da90d

View File

@ -6,6 +6,7 @@
margin: 30px auto;
padding: 40px;
max-width: 400px;
width: 100%;
border: #dae1e3 1px solid;
background: #f8fbfd;
border-radius: 5px;