From a6036563a19fb597f41285de12ae97f0ff65ee24 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 16 Aug 2016 14:42:22 -0400 Subject: [PATCH] moved min-height --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 0b4a3f9..650f4ea 100644 --- a/styles.css +++ b/styles.css @@ -258,10 +258,11 @@ cursor: pointer; margin: 0 auto; display: inline-block; text-align: center; + min-height: 140px; } #bar { padding: 1em; - min-height: 694px; + } #homeImg { margin-bottom: 1em; -- 2.17.1