Commit 6dce3f63 authored by Mark Otto's avatar Mark Otto

Scrach that: carousel caption is always left aligned, but still hidden for mobile views

parent 6d048471
......@@ -4594,7 +4594,6 @@ a.counter:focus {
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
......@@ -4615,7 +4614,6 @@ a.counter:focus {
padding: 30px;
margin-right: 0;
margin-left: 0;
text-align: left;
}
}
......
......@@ -162,7 +162,6 @@
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
......@@ -189,6 +188,5 @@
padding: 30px;
margin-left: 0;
margin-right: 0;
text-align: left;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment