Skip to content

Commit 0905fce

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into avansh
2 parents 0bbff28 + 7aea828 commit 0905fce

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/components/ScenarioCard/ScenarioCard.style.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,15 @@ export const ScenarioCardWrapper = styled.div`
8181
&:hover {
8282
color: white;
8383
}
84-
}
85-
justify-content:center;
84+
}
85+
justify-content:center;
8686
margin-top:4rem;
8787
width:100%;
8888
}
89-
89+
9090
9191
.active {
92-
display: blwock;
9392
width: 100%;
94-
height: 100%;
9593
padding: 1.5rem;
9694
overflow: hidden;
9795
}
@@ -113,7 +111,7 @@ export const ScenarioCardWrapper = styled.div`
113111
}
114112
}
115113
.open-animate {
116-
height: 640px;
114+
display: flex;
117115
transition: height 0.2s ease-in;
118116
}
119117
.close-animate {

0 commit comments

Comments
 (0)