summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-13 19:27:28 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-13 19:27:28 -0400
commit4420d05a980f51797e10c9ab09cd0e70110254ae (patch)
tree38d1d88a04c9b0588588a1d58fd2839d50ad5e26 /css
parentdb2593df11dbe88039b259ba5b2b83603d7b1292 (diff)
index: responsive thumbnail fix
Diffstat (limited to 'css')
-rw-r--r--css/bootswatch.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index 77d6db06..947ebba2 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -88,13 +88,9 @@ body {
padding-right: 20px;
text-align: center;
}
-
-.thumbnail {
- max-width: 370px;
-}
-
+
.thumbnail img {
- max-height: 250px;
+ max-width: 100%;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
@@ -172,6 +168,11 @@ body {
.hero-unit {
margin-top: 0;
}
+
+ .thumbnail .btn {
+ font-size: 12px;
+ }
+
}
/* Large desktop */