Swap slideshow and thumbnail list positions
This commit is contained in:
@@ -107,13 +107,13 @@ div.navigation {
|
|||||||
.gallery-wrap > #gallery.content {
|
.gallery-wrap > #gallery.content {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
order: 1;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-wrap > #thumbs.navigation {
|
.gallery-wrap > #thumbs.navigation {
|
||||||
flex: 0 0 380px;
|
flex: 0 0 380px;
|
||||||
max-width: 38vw;
|
max-width: 38vw;
|
||||||
order: 2;
|
order: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user