mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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:
parent
906504e43b
commit
cc571da90d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
margin: 30px auto;
|
||||
padding: 40px;
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
border: #dae1e3 1px solid;
|
||||
background: #f8fbfd;
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Add table
Reference in a new issue