style changes
This commit is contained in:
@@ -47,7 +47,7 @@ export default function Products() {
|
||||
return (
|
||||
<div key={product.uid+index} className={`col-12 col-lg-6 mb-2 mb-xxl-0`}>
|
||||
<Link to={productPath(product?.product_id)} >
|
||||
<div className={`d-flex align-items-center extraProductCard ${product?.icon_style}`} style={{borderColor:'black', borderWidth: '2px'}} >
|
||||
<div className={`d-flex align-items-center extraProductCard ${product?.icon_style}`} style={{borderColor:'black', borderWidth: '2px', paddingLeft:"1px"}} >
|
||||
<div className="icon-container img-icon m-r-20 bg-light-gray rounded">
|
||||
<i className={`fa ${product?.product_icon} text-primary`}></i>
|
||||
</div>
|
||||
|
||||
@@ -2072,7 +2072,7 @@ ul.activity {
|
||||
}
|
||||
|
||||
.img-icon i{
|
||||
font-size:20px;
|
||||
font-size:35px;
|
||||
}
|
||||
@media (max-width: 1440px) and (min-width:1200px){
|
||||
.border-xxl-t{
|
||||
|
||||
Reference in New Issue
Block a user