We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe9a00 commit a8f078cCopy full SHA for a8f078c
src/blocks/CardLayout/CardLayout.scss
@@ -21,6 +21,9 @@ $largeBorderRadius: 32px;
21
22
&__title {
23
&_centered {
24
+ display: flex;
25
+ flex-direction: column;
26
+ align-items: center;
27
text-align: center;
28
}
29
src/blocks/CardLayout/CardLayout.tsx
@@ -46,10 +46,6 @@ const CardLayout = ({
46
colJustifyContent={
47
centered ? GridJustifyContent.Center : GridJustifyContent.Start
48
49
- colSizes={{
50
- all: 12,
51
- sm: centered ? 12 : 8,
52
- }}
53
/>
54
)}
55
<div
0 commit comments