summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/bootswatch.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index 94543029..c7e8e33e 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -100,6 +100,10 @@ body {
vertical-align: top;
}
+.thumbnail p {
+ max-width: 352px;
+}
+
.thumbnail .btn-toolbar {
text-align: right;
}
@@ -107,7 +111,7 @@ body {
.thumbnail .btn-group {
margin-top: 10px;
}
-
+
/* Landscape phones and down */
@media (max-width: 480px) {
@@ -157,7 +161,7 @@ body {
}
/* Landscape phone to portrait tablet */
-@media (max-width: 768px) {
+@media (max-width: 767px) {
.hero-unit {
margin-top: 0;
@@ -169,6 +173,10 @@ body {
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
+ .hero-unit {
+ margin-top: 0;
+ }
+
.thumbnail .btn {
font-size: 11px;
}