File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ const Container = styled.div`
66 gap: 8px;
77 align-items: center;
88 flex-wrap: wrap;
9- justify-content: center;
109
1110 svg {
1211 width: 16px;
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ const Container = styled.div`
1414` ;
1515
1616const StyledCard = styled ( Card ) `
17+ display: flex;
1718 width: 100%;
1819 height: auto;
1920 gap: 12px;
2021 flex-direction: column;
2122 flex-wrap: wrap;
22- padding: 12px;
23- display: flex;
24- align-items: center;
25- justify-content: center;
23+ padding: 24px;
24+ align-items: flex-start;
2625
2726 ${ landscapeStyle (
2827 ( ) => css `
@@ -37,8 +36,7 @@ const StyledCard = styled(Card)`
3736const ThreeElementContainer = styled . div `
3837 display: flex;
3938 flex-direction: column;
40- justify-content: center;
41- align-items: center;
39+ align-items: flex-start;
4240 gap: 12px;
4341
4442 ${ landscapeStyle (
You can’t perform that action at this time.
0 commit comments