From f6c1829c001d6ec62a616f481365f3f55170a7b4 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 4 Oct 2013 23:30:53 +0530 Subject: [PATCH] added custom styling for carousel-caption so that it has even padding on large screens. --- 2014/assets/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index eb9899cc..d22e3dd9 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -179,6 +179,17 @@ border-radius: 8px; } + +@media screen and (min-width: 1280px) { + .carousel-caption { + padding-bottom: 10px; + margin-left: 45px; + margin-right: 45px; + } +} + + + .margin-top { margin-top: 40px; } -- 2.25.1