Carousel dans portfolio

This commit is contained in:
nyanloutre 2017-07-27 19:34:08 +02:00
parent fa0758cb8a
commit d37c7f11cd
Signed by: nyanloutre
GPG key ID: F85D93686A3A9063
2 changed files with 27 additions and 2 deletions

View file

@ -9,13 +9,15 @@
}
img {
width: 100%;
}
.dynamic-zoom {
transition: 1s;
}
&.clickable {
cursor: pointer;
}
&:hover {
img {
.dynamic-zoom {
transform: scale(1.5);
}
}