From bf71ad704ec685f495d5b794a904963e85498176 Mon Sep 17 00:00:00 2001 From: kkasperek Date: Sat, 5 Jan 2019 12:04:15 -0600 Subject: [PATCH 1/2] mobile sizing fix --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index a1374ba..ffaff7c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -51,6 +51,7 @@ h3 { /* #searchForm checkboxes */ .checkbox-row .col.m3 { display: inline-grid; + min-width: 170px; } .checkbox-row { display: flex; From 07e95823488397ee58b265facd09ee0d1a2f623b Mon Sep 17 00:00:00 2001 From: Katie Kasperek <42879467+kkasperek@users.noreply.github.com> Date: Sat, 5 Jan 2019 12:18:48 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index baa397e..2d3c514 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Recikey - Unlock the power of your pantry + [Check it out here!](https://recikey.herokuapp.com/index.html) Have a fridge full of random ingredients? Not sure what to cook? Recikey is here to help. @@ -16,8 +17,6 @@ Just enter in which ingredients you would like to use and Recikey will find a li ![ReciKey grocery search feature](./assets/images/ReciKey_GrocerySearch.gif) * Limit search based on various dietary restrictions. -[Visit Recikey here](https://c9-recipe-test.herokuapp.com/index.html) - ### Developed By: * [Dylan Airhart](https://github.com/nfgrawker) * [Matt Gasper](https://github.com/mattypockets)