Difference between revisions of "Template:Freiburg/CSS"

Line 291: Line 291:
 
     display: -ms-flexbox;
 
     display: -ms-flexbox;
 
     margin: 5% 0;
 
     margin: 5% 0;
    justify-content: space-around;
 
 
     -webkit-justify-content: space-around;
 
     -webkit-justify-content: space-around;
 
     -moz-justify-content: space-around;
 
     -moz-justify-content: space-around;
 
     -ms-justify-content: space-around;
 
     -ms-justify-content: space-around;
     flex-wrap: wrap;
+
     justify-content: space-around;
 
     -webkit-flex-wrap: wrap;
 
     -webkit-flex-wrap: wrap;
 
     -moz-flex-wrap: wrap;
 
     -moz-flex-wrap: wrap;
 
     -ms-flex-wrap: wrap;
 
     -ms-flex-wrap: wrap;
 +
    flex-wrap: wrap;
 
     align-content: center;
 
     align-content: center;
 
}
 
}

Revision as of 17:55, 16 September 2015