modified banner images.
This commit is contained in:
@@ -8401,4 +8401,29 @@ Pavigation styling
|
||||
|
||||
.cs_hero.cs_style_2 .cs_animated_text .cs_text_light {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cs_category.cs_style_1 .cs_category_btn {
|
||||
background: #07070778;
|
||||
}
|
||||
|
||||
.about-section {
|
||||
background-image: url(../img/saree/sareebg.avif);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.pure-kanchi-section a img {
|
||||
transition: transform 1.5s ease;
|
||||
/* transform-origin: center center; */
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.pure-kanchi-section a {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pure-kanchi-section a:hover img {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
Reference in New Issue
Block a user