We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215e87 commit 3cebd9eCopy full SHA for 3cebd9e
homepage/homepage.css
@@ -4832,14 +4832,6 @@ body {
4832
#features .iconWrapper .backdrop {
4833
border-radius: 50%;
4834
background: hsl(228deg 38% 21%);
4835
- transition: .4s cubic-bezier(0.4, 0, 0.25, 1);
4836
- transform: translate(-50%) scale(0);
4837
- transform-origin: center;
4838
- will-change: tranform;
4839
-}
4840
-
4841
-#features .ftPoint.visible .iconWrapper .backdrop {
4842
- transform: translate(-50%) scale(1);
4843
}
4844
4845
#features .iconWrapper .backdrop circle {
0 commit comments