style: added height to menu
This commit is contained in:
parent
3e76e97360
commit
49d7ef6090
@ -2,7 +2,8 @@ button{
|
|||||||
height: 65px;
|
height: 65px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px;
|
||||||
|
font-size: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty-button{
|
.empty-button{
|
||||||
@ -21,7 +22,7 @@ button{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drink-menu{
|
.drink-menu{
|
||||||
height: 560px;
|
height: 660px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app{
|
#app{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user