diff --git a/src/Pages/ProductCatlogue/CatalogueTemplate2.jsx b/src/Pages/ProductCatlogue/CatalogueTemplate2.jsx index 6ed3fb5..7d55aee 100644 --- a/src/Pages/ProductCatlogue/CatalogueTemplate2.jsx +++ b/src/Pages/ProductCatlogue/CatalogueTemplate2.jsx @@ -2,7 +2,7 @@ import React, { useEffect, useState } from 'react'; import { useSelector, useDispatch } from 'react-redux'; import { getSession } from '../../Services/Others'; import Papercut from '../../Images/Assets/Papercut.svg'; -// import "../../Styles/ProductCatalogue/CatalogueTemplate2.scss"; +import "../../Styles/ProductCatalogue/CatalogueTemplate2.scss"; import { GlobalCataloguedata, Branchname, @@ -47,7 +47,7 @@ const Catalogues = () => { }} >
{ -
+
@@ -127,11 +127,11 @@ const Catalogues = () => {
{Globalcataloguedata1?.map((item) => ( @@ -141,10 +141,14 @@ const Catalogues = () => { display: 'flex', flexDirection: 'column', alignItems: 'center', - widht: '100px', - height: 'auto', + width: '100px', + height: '140px', backgroundColor: '#eeeeee', justifyContent: 'space-around', + pageBreakInside: 'avoid', + breakInside: 'avoid', + margin: '0.2rem', + borderRadius: '6px', }} >