Update Keyboard Size

This commit is contained in:
Francisco Hodge
2018-09-23 23:32:53 -04:00
parent 3f4248737f
commit 7d6e933a4e
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
#root {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
max-width: 1000px;
max-width: 850px;
margin: 0 auto;
padding-top: 20px;
}
@@ -33,6 +33,8 @@
input {
padding: 10px;
margin: 10px 0;
width: 100%;
box-sizing: border-box;
}
label {