hidden form on small screen/smartphone (#977)
This commit is contained in:
parent
652470f660
commit
ba2524d5b4
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@
|
|||
background: white;
|
||||
border-radius: 5px;
|
||||
padding: 24px 24px 22px;
|
||||
width: 26em;
|
||||
width: 90%;
|
||||
max-width: 26em;
|
||||
margin: 0 auto;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue