updated detail page styles

This commit is contained in:
Luke Pulverenti 2013-04-22 13:15:32 -04:00
parent f88ed16bf0
commit 0ecdc3e3e6
3 changed files with 13 additions and 9 deletions

View file

@ -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%;
}
}