updated detail page styles
This commit is contained in:
parent
f88ed16bf0
commit
0ecdc3e3e6
3 changed files with 13 additions and 9 deletions
|
@ -756,25 +756,29 @@ progress {
|
|||
@media all and (min-width: 1440px) {
|
||||
|
||||
.itemDetailImage {
|
||||
width: 400px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.itemDetailBlock {
|
||||
width: 68%;
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1700px) {
|
||||
|
||||
.itemDetailImage {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.itemDetailBlock {
|
||||
width: 73%;
|
||||
width: 61%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.itemDetailBlock {
|
||||
width: 77%;
|
||||
width: 65%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue