new "real" buy image

This commit is contained in:
Spencer Flagg
2022-10-07 18:36:05 +02:00
parent a2cde8ba4c
commit b396396c1f
5 changed files with 10 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ const buyAnchor = document.querySelector(".product--buy");
const buyTL = gsap
.timeline({ paused: true })
.from(
"#buy-lines path:first-child",
"#buy-real-lines path:first-child",
{ drawSVG: 0, ease: "none", duration: 0.75 },
0
)

View File

@@ -320,7 +320,7 @@ nav {
section#support, section#be-your-own{
transform: translate(0,0);
}
section#supprt img{
section#support img{
max-width: 40vh !important;
}

View File

@@ -73,6 +73,8 @@ section#products {
svg {
width: 27.5vw;
position: absolute;
top: 20%;
left:22%;
}
}
&.subsection--diy {