mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-28 14:18:24 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user