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 79cdcc8 commit a04de58Copy full SHA for a04de58
src/components/Card.tsx
@@ -10,7 +10,7 @@ export const InnerStepCard = styled.div`
10
flex-direction: column;
11
flex: 1 1 auto;
12
min-height: 400px;
13
- margin: 0 auto auto auto;
+ margin: 0 auto 5rem auto;
14
border: 1px solid ${colors.palette.light};
15
border-radius: 0.25rem;
16
background-color: white;
src/components/Exercise/styles.ts
@@ -14,6 +14,7 @@ export const exerciseStyles = css`
&.preview-card {
--spacing: 0.8rem;
17
+ margin: 0 auto auto auto !important;
18
19
[data-task-step-id] {
20
padding: 0;
0 commit comments