Add images inside of Location hover effect
This commit is contained in:
@@ -120,6 +120,21 @@
|
||||
@include bp (sm) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
picture {
|
||||
display: none;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
&.is-visible {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user