Skip to content

Commit a1bd6ea

Browse files
committed
fix(docs_page): prettier_issue
Signed-off-by: Akella Srinivas <alsrinivas.346@gmail.com>
1 parent 91a1412 commit a1bd6ea

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

src/components/Product.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
55
function UTG() {
66
return (
77
<div className="rounded-lg">
8-
<ul className="grid grid-flow-row md:grid-flow-col md:auto-cols-[300px] gap-3 lg:gap-5">
8+
<ul className="product-grid grid auto-cols-[300px] gap-3 md:grid-flow-col lg:gap-5">
99
<li className="mt-5 flex flex-col space-y-3 text-lg">
1010
<Link
1111
className="text-foreground-light flex-grow text-sm"
@@ -241,12 +241,12 @@ export const Products = () => {
241241
<section className="mb-4 mt-12">
242242
<div>
243243
<h2 className="mb-4 text-2xl font-semibold tracking-wide md:text-3xl">
244-
Products 🛠️
245-
</h2>
246-
<p className="text-l max-w-3xxl">
247-
Keploy provides three key products that help you streamline your testing
248-
workflow:
249-
</p>
244+
Products 🛠️
245+
</h2>
246+
<p className="text-l max-w-3xxl">
247+
Keploy provides three key products that help you streamline your
248+
testing workflow:
249+
</p>
250250
</div>
251251
<UTG />
252252
</section>

src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,12 @@ td img {
440440
}
441441
}
442442

443+
@media screen and (max-width: 1000px) {
444+
.product-grid {
445+
grid-template-columns: repeat(1, 1fr);
446+
}
447+
}
448+
443449
.docs-image-legend-wrapper {
444450
width: 100%;
445451
margin: 0;

0 commit comments

Comments
 (0)