Skip to content

Commit 37b3cf8

Browse files
author
Vivek Vishal
authored
rm comments
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 511f643 commit 37b3cf8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/sections/Community/Devrel-platform/JourneySection.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@ const JourneySectionWrapper = styled.div`
116116
position: relative;
117117
z-index: 2;
118118
transition: transform 0.3s ease, box-shadow 0.3s ease;
119-
// box-shadow: 0 10px 20px ${props => props.theme.projectShadowsize} ${props => props.theme.whiteToGreyE6E6E6};
120-
121-
&:hover {
122-
// transform: translateY(-10px);
123-
// box-shadow: 0 15px 30px ${props => props.theme.projectShadowsize} ${props => props.theme.whiteToGreyE6E6E6};
124-
}
125119
126120
.step-number {
127121
background-color: ${(props) => props.theme.tertiaryColor};
@@ -237,4 +231,4 @@ const JourneySection = () => {
237231
);
238232
};
239233

240-
export default JourneySection;
234+
export default JourneySection;

0 commit comments

Comments
 (0)