started home showroom carroussel with mediaquery in js
This commit is contained in:
@@ -1603,7 +1603,11 @@ article.node--type-frontpage .node__content > section.home-showrooms {
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item:nth-child(even) {
|
||||
grid-column: 2; } }
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item {
|
||||
grid-row: 1; }
|
||||
grid-row: 1;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease-in-out; }
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item.active {
|
||||
opacity: 1; }
|
||||
article.node--type-frontpage .node__content > section.home-showrooms .field--name-computed-showrooms-reference > .field__item .taxonomy-term {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user