From c4a18f7cde37089f90b8a23a8210cb369ac5699f Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 8 Oct 2013 22:30:58 +0530 Subject: [PATCH] adjusted the position of the carousel caption. --- 2014/assets/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 4d68c927..9c13ba76 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -244,8 +244,8 @@ input[type="checkbox"] { @media screen and (min-width: 1280px) { .carousel-caption { padding-bottom: 10px; - margin-left: 55px; - margin-right: 45px; + margin-left: 65px; + margin-right: auto; } } -- 2.25.1