remove cover image in slider

This commit is contained in:
isUnknown 2024-09-18 17:00:56 +02:00
parent c08efc16e5
commit ede736564f
8 changed files with 35 additions and 27 deletions

View file

@ -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;