From 3decd11b21efbaf440104e7f0d83ffb535cbae50 Mon Sep 17 00:00:00 2001 From: Stijn Seghers Date: Wed, 29 Apr 2015 16:20:33 +0200 Subject: [PATCH] Fixed sponsor size --- boxxy/videowall/css/videowall.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxxy/videowall/css/videowall.css b/boxxy/videowall/css/videowall.css index d2cd39d..ec850fb 100644 --- a/boxxy/videowall/css/videowall.css +++ b/boxxy/videowall/css/videowall.css @@ -25,7 +25,7 @@ html, body { } #sponsors { - height: calc(100vh - 150px); + height: calc(100vh - 250px); } .carousel, .carousel-inner,