started home showroom carroussel with mediaquery in js
This commit is contained in:
@ -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%;
|
||||
|
Reference in New Issue
Block a user