Skip to content

Commit 5abef54

Browse files
committed
design: 텍스트 정렬 좌측 정렬
1 parent 86cac60 commit 5abef54

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/features/landing/ui/point-card/point-card.css.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ export const container = style({
4040
export const header = style({
4141
display: "flex",
4242
flexDirection: "column",
43-
textAlign: "center",
43+
textAlign: "left",
44+
45+
...screen.mobile({
46+
textAlign: "center",
47+
}),
4448
});
4549

4650
export const title = style({

0 commit comments

Comments
 (0)