]> git.0d.be Git - panikweb.git/commitdiff
style: do not go over three columns
authorFrédéric Péters <fpeters@0d.be>
Sun, 8 Sep 2013 16:58:49 +0000 (18:58 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 8 Sep 2013 16:58:49 +0000 (18:58 +0200)
panikweb_templates/static/css/general.css

index 090443a4528d2c6e256aa1dcd566ff93e25cec8f..92b95f5a2c60fa94f090f93d351d3af493f43006 100644 (file)
@@ -336,7 +336,6 @@ img.right, img.left{max-width:50%;}
 @media only screen and (min-width: 600px) {
        .columns{column-count: 2;       -webkit-column-count: 2;        -moz-column-count: 2;}  
 }
-@media only screen and (min-width: 1024px) {   .columns{column-count: 3;       -webkit-column-count: 3;        -moz-column-count: 3;}  }
 .columns.by3{column-count: 3;  -webkit-column-count: 3;        -moz-column-count: 3;}
 
 /* And the rest is Eric & Seb, AGPLv3*/