Line 17: | Line 17: | ||
margin: 10px auto; | margin: 10px auto; | ||
max-width: 100%; | max-width: 100%; | ||
− | |||
display: -webkit-flex; | display: -webkit-flex; | ||
display: -moz-flex; | display: -moz-flex; | ||
Line 28: | Line 27: | ||
flex-direction: row; | flex-direction: row; | ||
flex-wrap: nowrap; | flex-wrap: nowrap; | ||
− | + | justify-content: space-evenly; | |
− | + | align-items: center; | |
padding: 12px; | padding: 12px; | ||
} | } | ||
Line 38: | Line 37: | ||
-ms-flex: 0 1 auto; | -ms-flex: 0 1 auto; | ||
flex: 0 1 auto; | flex: 0 1 auto; | ||
+ | max-width: 20%; | ||
+ | height: 20%; | ||
margin: 5px; | margin: 5px; | ||
− | |||
− | |||
text-align: center; | text-align: center; | ||
color: black; | color: black; |
Revision as of 18:44, 27 September 2018