increase detailimagecontainer width
This commit is contained in:
parent
67e289d363
commit
7f292093eb
1 changed files with 5 additions and 2 deletions
|
@ -472,7 +472,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer {
|
.detailImageContainer {
|
||||||
width: 280px;
|
|
||||||
-webkit-flex-shrink: 0;
|
-webkit-flex-shrink: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
@ -528,7 +527,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbDetailImageContainer {
|
.thumbDetailImageContainer {
|
||||||
width: 280px;
|
width: 350px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portraitDetailImageContainer {
|
||||||
|
width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width:62.5em) {
|
@media all and (max-width:62.5em) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue