summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index 144d5e0..66792cf 100644
--- a/css/index.css
+++ b/css/index.css
@@ -13,6 +13,12 @@
margin-bottom : 0;
}
+@media(max-width: 641px) {
+ .row .col-xxs-6 {
+ width: 50%;
+ }
+}
+
.row .thumbnail img {
width : 100%;
height : 100%;