AMPERION_Webpage/themes/airspace-hugo/assets/scss/templates/_about.scss

18 lines
200 B
SCSS
Raw Normal View History

2025-06-07 23:02:15 +02:00
.about{
.about-img {
overflow:hidden;
&:hover img {
transform: scale3D(1.1,1.1,1);
}
img {
opacity: .6;
@include transition (all, 0.5s, ease-out);
}
}
}