added custom styling for carousel-caption so that it has even padding on large screens.
authorrsiddharth <rsd@gnu.org>
Fri, 4 Oct 2013 18:00:53 +0000 (23:30 +0530)
committerrsiddharth <rsd@gnu.org>
Fri, 4 Oct 2013 18:05:02 +0000 (23:35 +0530)
2014/assets/css/custom.css

index eb9899ccb4615bb32e220c83ec4a5494d9732fd9..d22e3dd9fc50512773e18e55285ec9ababa6ef70 100644 (file)
   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;
 }