started home showroom carroussel with mediaquery in js

This commit is contained in:
2020-12-27 13:03:55 +01:00
parent 1ae54233af
commit 9941eed64a
4 changed files with 54 additions and 2 deletions

View File

@ -673,6 +673,11 @@ article.node--type-frontpage{
// top:0; left:0;
// width:100%; height:100%;
// overflow: hidden;
opacity: 0;
transition: opacity 0.3s ease-in-out;
&.active{
opacity: 1;
}
.taxonomy-term{
position: relative;
width:100%; height:100%;