We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511f643 commit 37b3cf8Copy full SHA for 37b3cf8
1 file changed
src/sections/Community/Devrel-platform/JourneySection.js
@@ -116,12 +116,6 @@ const JourneySectionWrapper = styled.div`
116
position: relative;
117
z-index: 2;
118
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
- }
125
126
.step-number {
127
background-color: ${(props) => props.theme.tertiaryColor};
@@ -237,4 +231,4 @@ const JourneySection = () => {
237
231
);
238
232
};
239
233
240
-export default JourneySection;
234
+export default JourneySection;
0 commit comments