From 76d63038be3278b06c04e3f78cdc53b3de4398c2 Mon Sep 17 00:00:00 2001 From: ysandler Date: Mon, 30 Jan 2017 16:32:26 -0600 Subject: [PATCH] feat: added dink type tabs --- css/style.css | 4 ++++ index.html | 16 +++++++++++++--- js/order.js | 10 +++++++++- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 1c102b8..167fa85 100644 --- a/css/style.css +++ b/css/style.css @@ -20,6 +20,10 @@ button{ border-color:rgba(255,255,255,0); } +.drink-menu{ + height: 560px; +} + #app{ width: 960px; } \ No newline at end of file diff --git a/index.html b/index.html index 4717840..a8a025b 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@