Skip to content

Commit 85428d4

Browse files
committed
fix: center-align flow steps in how-it-works cards
1 parent e242bd3 commit 85428d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/src/Landing.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,11 @@
388388
display: flex;
389389
flex-direction: column;
390390
gap: 0.6rem;
391+
align-items: center;
391392
}
392393

393394
.flow-step {
394-
display: flex;
395+
display: inline-flex;
395396
align-items: center;
396397
gap: 0.7rem;
397398
font-size: 0.85rem;

0 commit comments

Comments
 (0)