Difference between revisions of "Template:Freiburg/CSS"
Line 287: | Line 287: | ||
.flexbox{ | .flexbox{ | ||
display: flex; | display: flex; | ||
+ | display: -webkit-box; | ||
+ | display: -moz-box; | ||
+ | display: -ms-flexbox; | ||
margin: 5% 0; | margin: 5% 0; | ||
justify-content: space-around; | justify-content: space-around; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
+ | -webkit-flex-wrap: wrap; | ||
+ | -moz-flex-wrap: wrap; | ||
+ | -ms-flex-wrap: wrap; | ||
align-content: center; | align-content: center; | ||
} | } | ||
Line 320: | Line 326: | ||
.image_box{ | .image_box{ | ||
display: flex; | display: flex; | ||
+ | display: -webkit-box; | ||
+ | display: -moz-box; | ||
+ | display: -ms-flexbox; | ||
justify-content: space-around; | justify-content: space-around; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
+ | flex-wrap: wrap; | ||
+ | -webkit-flex-wrap: wrap; | ||
+ | -moz-flex-wrap: wrap; | ||
+ | -ms-flex-wrap: wrap; | ||
align-content: center; | align-content: center; | ||
font-size: 70%; | font-size: 70%; |
Revision as of 17:48, 16 September 2015