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

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;
}
@ -8,7 +8,7 @@
#root .simple-keyboard-preview {
background: rgba(0,0,0,0.8);
border: 20px solid rgba(0,0,0,0.1);
height: 300px;
height: 260px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
padding: 10px;

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 {