We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bbff28 + 7aea828 commit 0905fceCopy full SHA for 0905fce
1 file changed
src/components/ScenarioCard/ScenarioCard.style.js
@@ -81,17 +81,15 @@ export const ScenarioCardWrapper = styled.div`
81
&:hover {
82
color: white;
83
}
84
- }
85
- justify-content:center;
+ }
+ justify-content:center;
86
margin-top:4rem;
87
width:100%;
88
89
-
+
90
91
.active {
92
- display: blwock;
93
width: 100%;
94
- height: 100%;
95
padding: 1.5rem;
96
overflow: hidden;
97
@@ -113,7 +111,7 @@ export const ScenarioCardWrapper = styled.div`
113
111
114
112
115
.open-animate {
116
- height: 640px;
+ display: flex;
117
transition: height 0.2s ease-in;
118
119
.close-animate {
0 commit comments