summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 12:30:21 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 12:30:21 +0300
commit7586dc5145f7e6527290464ba8408a0785fed0c1 (patch)
tree8930519eeb1a4fb7ee586ca40fa456516dc145ef /css
parent2c721e03a9ecee20f487568657c0aa8daa922e6c (diff)
add column hack for not-quite-768px breakpoint devices
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%;