From f3ce3648111b3a2d3ada83c3149f1e302e0fc710 Mon Sep 17 00:00:00 2001 From: Joshua Shoemaker Date: Mon, 30 Jan 2017 20:27:54 -0600 Subject: [PATCH] style: added height to menu --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 167fa85..35b7755 100644 --- a/css/style.css +++ b/css/style.css @@ -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{