style: added height to menu

This commit is contained in:
Joshua Shoemaker 2017-01-30 20:27:54 -06:00
parent 35596f7435
commit f3ce364811

View File

@ -2,7 +2,8 @@ button{
height: 65px;
width: 105px;
padding: 0px;
margin-bottom: 20px
margin-bottom: 20px;
font-size: 8px;
}
.empty-button{
@ -21,7 +22,7 @@ button{
}
.drink-menu{
height: 560px;
height: 660px;
}
#app{