remove cover image in slider
This commit is contained in:
parent
c08efc16e5
commit
ede736564f
8 changed files with 35 additions and 27 deletions
|
|
@ -214,6 +214,36 @@ img.show {
|
|||
display: contents;
|
||||
}
|
||||
|
||||
/* Link hover scale up */
|
||||
/* Logo hover */
|
||||
.expanded-nav a,
|
||||
.main-nav a,
|
||||
.main-footer a,
|
||||
.hero__text a,
|
||||
.collapsable__content a {
|
||||
display: block;
|
||||
scale: 1;
|
||||
transition: scale 0.5s var(--curve-quick);
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.filters button,
|
||||
.anchors-strip a {
|
||||
display: inline-block;
|
||||
scale: 1;
|
||||
transition: scale 0.5s var(--curve-quick);
|
||||
}
|
||||
|
||||
.expanded-nav a:hover,
|
||||
.filters button:hover,
|
||||
.main-nav a:hover,
|
||||
.main-footer a:hover,
|
||||
.hero__text a:hover,
|
||||
.collapsable__content a:hover,
|
||||
.anchors-strip a:hover {
|
||||
scale: var(--scale-up);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.mobile-group {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue