Skip to content

Commit c1fc083

Browse files
committed
fix: center steps block, keep text left-aligned
1 parent 85428d4 commit c1fc083

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

client/src/Landing.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,15 +388,17 @@
388388
display: flex;
389389
flex-direction: column;
390390
gap: 0.6rem;
391-
align-items: center;
391+
margin: 0 auto;
392+
width: fit-content;
392393
}
393394

394395
.flow-step {
395-
display: inline-flex;
396+
display: flex;
396397
align-items: center;
397398
gap: 0.7rem;
398399
font-size: 0.85rem;
399400
color: #c8dcd2;
401+
text-align: left;
400402
}
401403

402404
.flow-step-num {

0 commit comments

Comments
 (0)