done
This commit is contained in:
parent
d69b043dd3
commit
c7b1d21963
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -45,8 +45,8 @@
|
|||
|
||||
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-BYlF52oq.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BNXnzYgn.css">
|
||||
<script type="module" crossorigin src="/assets/index-CPzwaVf7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BtU0nZSp.css">
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -187,7 +187,7 @@ const Home = () => {
|
|||
{/* services section end */}
|
||||
|
||||
{/* projects section start */}
|
||||
<div className="projects_section layout_padding">
|
||||
{/* <div className="projects_section layout_padding">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
|
@ -506,7 +506,7 @@ const Home = () => {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
{/* projects section end */}
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
.product-view .product-path{
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
color: #252525;
|
||||
color: #000;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.product-view .selling-price{
|
||||
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
.product-view .original-price{
|
||||
font-size: 18px;
|
||||
color: #937979;
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue