Skip to content

Commit

Permalink
solution page section height
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathishkumar0404 committed Feb 13, 2024
1 parent 6de1379 commit 745206a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,13 @@ ol {
@include media-breakpoint-up(lg) {
min-height: 512px;
}
@include media-breakpoint-up(sm){
@include media-breakpoint-down(lg){
min-height: 670px;
}
min-height: 440px;
@include media-breakpoint-down(sm){
min-height: 440px;
}

.product-image{
max-width: 840px;
@include media-breakpoint-down(md){
Expand Down

0 comments on commit 745206a

Please sign in to comment.