Difference between revisions of "Template:Freiburg/CSS"
Line 286: | Line 286: | ||
.flexbox{ | .flexbox{ | ||
− | |||
display: -moz-box; | display: -moz-box; | ||
display: -ms-flexbox; | display: -ms-flexbox; | ||
+ | display: -webkit-box; | ||
display: flex; | display: flex; | ||
margin: 5% 0; | margin: 5% 0; | ||
− | |||
-moz-justify-content: space-around; | -moz-justify-content: space-around; | ||
-ms-justify-content: space-around; | -ms-justify-content: space-around; | ||
+ | -webkit-justify-content: space-around; | ||
justify-content: space-around; | justify-content: space-around; | ||
− | |||
-moz-flex-wrap: wrap; | -moz-flex-wrap: wrap; | ||
-ms-flex-wrap: wrap; | -ms-flex-wrap: wrap; | ||
+ | -webkit-flex-wrap: wrap; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
align-content: center; | align-content: center; |
Revision as of 18:04, 16 September 2015