Skip to content

Commit

Permalink
Fixed-Product-page-tabbing-content-misalignment-in-mobile-view :: Pro…
Browse files Browse the repository at this point in the history
…duct Page tabbing Content Misaligned in mobile view
  • Loading branch information
Parag Chavare committed Jan 22, 2019
1 parent 2f30dde commit c33a84d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,13 @@
.data.item {
display: block;
}
.item.title {
>.switch{
padding: 1px 15px 1px;
}
}
>.item.content{
padding: 10px 15px 30px;
}
}
}
13 changes: 13 additions & 0 deletions app/design/frontend/Magento/luma/web/css/source/_sections.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,16 @@
}
}
}

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.product.data.items{
.item.title {
>.switch{
padding: 1px 15px 1px;
}
}
>.item.content{
padding: 10px 15px 30px;
}
}
}

0 comments on commit c33a84d

Please sign in to comment.