From 66cee009592890d7507db5190b4142adc49a9195 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 2 Jul 2014 07:38:02 -0700 Subject: Adding min-height to videos containier to keep the feed from moving over --- web/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/style.css b/web/style.css index e7c5bee..4562f1a 100644 --- a/web/style.css +++ b/web/style.css @@ -309,6 +309,7 @@ footer a:hover { float: left; width: 100%; text-align: left; + min-height: 400px; } #videos article { -- cgit v1.2.3