modified custom styling for carousel-caption.
authorrsiddharth <rsiddharth@ninthfloor.org>
Wed, 16 Oct 2013 15:24:02 +0000 (20:54 +0530)
committerrsiddharth <rsiddharth@ninthfloor.org>
Wed, 16 Oct 2013 15:24:02 +0000 (20:54 +0530)
2014/assets/css/custom.css

index 593da6dda1ea1829ea0cde99391ffc166a729689..acc4aec355d2ce0bb8a77935e3490e6db2475cd2 100644 (file)
@@ -250,7 +250,7 @@ input[type="checkbox"] {
   position: absolute;
   top: auto;
   bottom: 5%;
-  right: 55%;
+  right: 45%;
   left: 2%;
   z-index: 10;
   padding-top: 10px;
@@ -295,6 +295,15 @@ input[type="checkbox"] {
 
 }
 
+@media screen and (min-width: 320px) and (max-width: 480px){
+  .carousel-caption-tl {
+    right: 24%;
+  }
+  .carousel-caption-tr {
+    left: 20%;
+  }
+}
+
 a {
   color: #428bca;
   text-decoration: none;