File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
55function 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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments