Skip to content

Commit

Permalink
changes for contact-us-layout-ipad-not-proper-2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amol2jcommerce committed Mar 25, 2019
1 parent 4fd4281 commit a71f53a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/code/Magento/Contact/view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@
.form.contact {
float: none;
width: 50%;
min-width: 600px;
}
}
}
}

//
// Desktop
// _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
.contact-index-index .column:not(.sidebar-additional) .form.contact {
min-width: 600px;
}
}

// Mobile
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
.contact-index-index {
Expand All @@ -36,7 +45,6 @@
.form.contact {
float: none;
width: 100%;
min-width: auto;
}
}
}
Expand Down

0 comments on commit a71f53a

Please sign in to comment.