Topic bootstrap: CSS columns and some theme links.
[mkws-moved-to-github.git] / examples / htdocs / topic-bootstrap.css
index 30d733e..303942a 100644 (file)
@@ -90,3 +90,13 @@ b, strong {
   box-shadow: none;
   -webkit-box-shadow: none;
 }
+@media screen and (min-width:700px) {
+  .multicol {
+    column-count: 2;
+    column-gap: 20px;
+    -moz-column-count: 2;
+    -moz-column-gap: 20px;
+    -webkit-column-count: 2;
+    -webkit-column-gap: 20px;
+  }
+}