Hacky demo changes

This commit is contained in:
Andras Schmelczer 2026-05-06 19:36:04 +01:00
parent 7cba369308
commit ea7afd618c
39 changed files with 2041 additions and 745 deletions

View file

@ -135,10 +135,42 @@ h3 {
.showcase-progress {
animation-name: showcase-progress;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.hero-roomy-lift {
transform: translateY(0);
transition: transform 0.25s ease;
}
.hero-scroll-chevron {
display: none;
bottom: 0.75rem;
width: 5rem;
height: 5rem;
}
@media (min-width: 1024px) and (min-height: 900px) {
.hero-roomy-lift {
transform: translateY(-2.5rem);
}
.hero-scroll-chevron {
display: flex;
}
}
@media (min-width: 1280px) and (min-height: 1040px) {
.hero-roomy-lift {
transform: translateY(-3.5rem);
}
.hero-scroll-chevron {
bottom: 0.9rem;
}
}
@keyframes scout-export-click {
0%,
52%,