mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-27 02:41:56 +00:00
new "real" buy image
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -73,6 +73,8 @@ section#products {
|
||||
svg {
|
||||
width: 27.5vw;
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
left:22%;
|
||||
}
|
||||
}
|
||||
&.subsection--diy {
|
||||
|
||||
Reference in New Issue
Block a user