Github user ewencp commented on a diff in the pull request: https://github.com/apache/kafka-site/pull/79#discussion_r139804782 --- Diff: css/styles.css --- @@ -993,3 +993,76 @@ nav .btn { margin-right: 0; } } + +.customer__cards { + display: flex; + height: 30rem; + max-width: 92rem; + + } + + .customer_cards_2{ --- End diff -- Can we fix the formatting and indentation in this file -- there's extra indents and some random +/- 1 spaces between lines.
---