Move integrations to next line if needed

This commit is contained in:
turt2live 2017-05-28 14:36:22 -06:00
parent ebc77b7a07
commit 0eb7855cf8

View File

@ -1,6 +1,7 @@
// component styles are encapsulated and only applied to their components // component styles are encapsulated and only applied to their components
.integration-container { .integration-container {
display: flex; display: flex;
flex-wrap: wrap;
} }
#wrapper { #wrapper {