@@ -120,29 +120,33 @@ export default {
padding-bottom: 80px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
background: rgb(255,255,255);
- background: linear-gradient(0deg, rgba(255,255,255,0.49763655462184875) 0%, rgba(255,255,255,0) 100%);
+ background: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
}
#sneakpeek h4 {
font-family: 'Playfair Display', serif;
font-size: 17px;
font-weight: 100;
+ color: #3a3a3a;
}
-#sneakpeek div {
+#sneakpeek a {
width: 20%;
transition: transform .2s;
cursor: pointer;
+ text-decoration: none;
+}
+
+#sneakpeek a:hover {
+ transform: scale(1.05);
}
#sneakpeek img {
width: 70%;
- /*border: white solid;
- border-radius: 100%;*/
-}
-
-#sneakpeek div:hover {
- transform: scale(1.05);
+ border: rgb(253, 253, 253) solid;
+ border-radius: 100%;
+ border-width: 8px;
+ filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.4));
}
h2 {
@@ -160,6 +164,15 @@ h2 {
padding-right: 20px;
}
+h2::before {
+ display: block;
+ content: " ";
+ margin-top: -100px;
+ height: 100px;
+ visibility: hidden;
+ pointer-events: none;
+}
+
.col {
width: 33.33%;
padding: 30px;
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 54a8a05..b41d256 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -145,7 +145,7 @@ export default {
'102': [60.053062, 30.427300],
'103': [60.023151, 30.220602],
'104': [59.945505, 30.285580],
-
+
'106': [59.964458, 30.313182],
'107': [59.940763, 30.270929],
},
@@ -153,7 +153,7 @@ export default {
layout: 'default#image',
imageHref: 'https://radner.ru/files/marker.png',
imageSize: [48, 48],
- imageOffset: [0, -48]
+ imageOffset: [-10, -48]
}
}
},