forked from markus/AMPERION_Webpage
18 lines
200 B
SCSS
18 lines
200 B
SCSS
|
|
.about{
|
||
|
|
|
||
|
|
|
||
|
|
.about-img {
|
||
|
|
overflow:hidden;
|
||
|
|
|
||
|
|
&:hover img {
|
||
|
|
transform: scale3D(1.1,1.1,1);
|
||
|
|
}
|
||
|
|
|
||
|
|
img {
|
||
|
|
opacity: .6;
|
||
|
|
@include transition (all, 0.5s, ease-out);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|