Difference between revisions of "Template:Freiburg/CSS"
Line 328: | Line 328: | ||
.image_box{ | .image_box{ | ||
+ | display: -moz-box; | ||
+ | display: -ms-flexbox; | ||
display: flex; | display: flex; | ||
display: -webkit-box; | display: -webkit-box; | ||
− | + | -ms-justify-content: space-around; | |
− | + | -moz-justify-content: space-around; | |
+ | -webkit-justify-content: space-around; | ||
justify-content: space-around; | justify-content: space-around; | ||
− | flex-wrap: wrap; | + | -moz-flex-wrap: wrap; |
+ | -ms-flex-wrap: wrap; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
-webkit-flex-wrap: wrap; | -webkit-flex-wrap: wrap; | ||
− | |||
− | |||
align-content: center; | align-content: center; | ||
font-size: 70%; | font-size: 70%; |
Revision as of 20:00, 16 September 2015