Github user ewencp commented on a diff in the pull request:
https://github.com/apache/kafka-site/pull/80#discussion_r139852281
--- Diff: css/styles.css ---
@@ -993,3 +993,76 @@ nav .btn {
margin-right: 0;
}
}
+
+.customer__cards {
+ display: flex;
+ height: 30rem;
+ max-width: 92rem;
+
+ }
--- End diff --
can we clean up the formatting to match above? indentation looks fine up
until this line when everything gets shifted with a 4 space indent.---
