hidden form on small screen/smartphone (#977)

This commit is contained in:
chrisdecker1201 2017-04-25 20:45:35 +02:00 committed by Thorsten Eckel
parent 3ec2ce6038
commit fedd9fb087

View file

@ -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;