diff --git a/src/components/Product.js b/src/components/Product.js
index 424749fbe..56e859124 100644
--- a/src/components/Product.js
+++ b/src/components/Product.js
@@ -5,7 +5,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
function UTG() {
return (
-
+
-
{
return (
-
- Products 🛠️
-
-
- Keploy provides three key products that help you streamline your testing
- workflow:
-
-
-
-
-
+
+ Products 🛠️
+
+
+ Keploy provides three key products that help you streamline your
+ testing workflow:
+
+
+
+
);
};
diff --git a/src/css/custom.css b/src/css/custom.css
index b40fda1aa..ae6bc1624 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -556,6 +556,19 @@ td img {
}
}
+.product-grid {
+ grid-auto-columns: 100%;
+ grid-auto-flow: row;
+}
+
+@media screen and (min-width: 768px) {
+ .product-grid {
+ grid-auto-columns: 300px;
+ grid-auto-flow: column;
+ }
+}
+
+
.docs-image-legend-wrapper {
width: 100%;
margin: 0;