Skip to content

Commit e16f0be

Browse files
noisysocksclaude
andcommitted
Left align text in first two onboarding speech bubbles
The "Hi there" and "Protections activated!" steps had centered headings and body copy while the rest of the steps were left-aligned. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b908a49 commit e16f0be

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

special-pages/pages/onboarding/app/v4/components/GetStartedContent.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
font-size: calc(18 * var(--px-in-rem));
2222
font-weight: 400;
2323
line-height: calc(22 * var(--px-in-rem));
24-
text-align: center;
24+
text-align: left;
2525
color: var(--ds-text-primary);
2626
word-wrap: break-word;
2727
text-box-trim: trim-both;

special-pages/pages/onboarding/app/v4/components/MakeDefaultContent.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
.titleContainer {
66
position: relative;
7+
align-self: stretch;
78
}
89

910
.title {

special-pages/pages/onboarding/app/v4/components/Title.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
font-size: var(--sp-6); /* 24px */
44
font-weight: 700;
55
line-height: var(--sp-7); /* 28px */
6-
text-align: center;
6+
text-align: left;
77
color: var(--ds-text-primary);
88
word-wrap: break-word;
99
text-box-trim: trim-both;

0 commit comments

Comments
 (0)