update
This commit is contained in:
@@ -364,10 +364,10 @@ markers.value = [
|
||||
}
|
||||
.image-wrapper {
|
||||
position: relative;
|
||||
margin-bottom: -10vw;
|
||||
float: left;
|
||||
margin-right: 2vw;
|
||||
margin-left: 2vw;
|
||||
width: 38vw;
|
||||
height: 59vw;
|
||||
}
|
||||
.border-image {
|
||||
position: absolute;
|
||||
@@ -377,11 +377,15 @@ markers.value = [
|
||||
}
|
||||
.image-gallery {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
display: block;
|
||||
width: 84vw;
|
||||
height: 57vh;
|
||||
position: absolute;
|
||||
top: 28%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
flex-wrap: wrap;
|
||||
top: 10vw;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
|
||||
Reference in New Issue
Block a user