We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85428d4 commit c1fc083Copy full SHA for c1fc083
1 file changed
client/src/Landing.css
@@ -388,15 +388,17 @@
388
display: flex;
389
flex-direction: column;
390
gap: 0.6rem;
391
- align-items: center;
+ margin: 0 auto;
392
+ width: fit-content;
393
}
394
395
.flow-step {
- display: inline-flex;
396
+ display: flex;
397
align-items: center;
398
gap: 0.7rem;
399
font-size: 0.85rem;
400
color: #c8dcd2;
401
+ text-align: left;
402
403
404
.flow-step-num {
0 commit comments