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