code added

This commit is contained in:
2023-01-20 11:53:29 +05:30
parent dccebdf249
commit cac18aed87
5 changed files with 131 additions and 5 deletions
+26 -1
View File
@@ -16,4 +16,29 @@
.priceCut_multi{
font-size: .7rem;
}
.productOverview{
.overviewProductHeading{
font-size: 2.1rem;
}
.overviewProductFullTitle{
padding: 2rem 13rem;
font-size: 3rem;
}
.overviewProductDes{
padding: 0 2rem;
font-size: 1.5rem;
}
}
.PO_galleryContainer{
.PO_gallery_display{
min-height: 500px;
width: 100%;
background: rgb(255,255,255);
background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%);
}
}