projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4fc1f
)
added custom styling for carousel-caption so that it has even padding on large screens.
author
rsiddharth
<rsd@gnu.org>
Fri, 4 Oct 2013 18:00:53 +0000
(23:30 +0530)
committer
rsiddharth
<rsd@gnu.org>
Fri, 4 Oct 2013 18:05:02 +0000
(23:35 +0530)
2014/assets/css/custom.css
patch
|
blob
|
blame
|
history
diff --git
a/2014/assets/css/custom.css
b/2014/assets/css/custom.css
index eb9899ccb4615bb32e220c83ec4a5494d9732fd9..d22e3dd9fc50512773e18e55285ec9ababa6ef70 100644
(file)
--- 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;
}