fix: Hero Slider Control & Alignment fixes (#27611)

* fix: Creating unique hash for slider id instead of slider name

* fix: Fixed alignment of Title, Subtitle, Action Button

* chore: linter fix
This commit is contained in:
Marica
2021-10-02 17:06:33 +05:30
committed by GitHub
2 changed files with 26 additions and 15 deletions

View File

@@ -31,6 +31,14 @@ body.product-page {
.carousel-control-prev,
.carousel-control-next {
opacity: 1;
width: 8%;
@media (max-width: 1200px) {
width: 10%;
}
@media (max-width: 768px) {
width: 15%;
}
}
.carousel-body {
@@ -43,6 +51,8 @@ body.product-page {
.carousel-content {
max-width: 400px;
margin-left: 5rem;
margin-right: 5rem;
}
.card {