X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Ftopic-bootstrap.css;h=303942a1201ae24c031ea23caa9b5fb60b4ad3f8;hb=6f051e251dc620f5d7e9595ddd5173ec54b2374a;hp=30d733ec9c188f1edc0ad42c4c33ee9cb4d053f9;hpb=c89d4d0b2410325fd40dbe8f72d597a2332a4b13;p=mkws-moved-to-github.git diff --git a/examples/htdocs/topic-bootstrap.css b/examples/htdocs/topic-bootstrap.css index 30d733e..303942a 100644 --- a/examples/htdocs/topic-bootstrap.css +++ b/examples/htdocs/topic-bootstrap.css @@ -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; + } +}