@@ -15,7 +15,8 @@
.middle{
position: relative;
width: 7.5rem;
- height: 33.33vh;
+ height: 33.36vh;
+ margin-top: -0.03vh;
}
.btn-content {
position: absolute;
@@ -88,7 +89,6 @@
image.src = url;
image.className = 'imgs';
image.onload = function() {
- console.log(image.src)
if(image.src.includes('header.png') || image.src.includes('iphoneX01.png')){
$('.container')[0].insertBefore(image, $('.middle')[0]);
}else{