Skip to content

Commit 96d0c10

Browse files
chpollinclaude
andcommitted
Change text alignment from justify to left for better readability
Replace text-align: justify with text-align: left across all step components. Left-aligned text is more readable and provides a cleaner, more consistent reading experience. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ebe779a commit 96d0c10

17 files changed

+27
-27
lines changed

src/lib/components/steps/intro/IntroDefinition.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@
9494
font-size: clamp(1rem, 1.8vw, 1.1rem);
9595
color: var(--color-black);
9696
line-height: 1.7;
97-
text-align: justify;
97+
text-align: left;
9898
margin-bottom: var(--space-md);
9999
}
100100
101101
.etymology {
102102
font-size: clamp(0.9rem, 1.5vw, 0.95rem);
103103
color: var(--color-slate);
104104
line-height: 1.6;
105-
text-align: justify;
105+
text-align: left;
106106
margin: 0;
107107
}
108108
@@ -136,7 +136,7 @@
136136
font-size: clamp(0.9rem, 1.5vw, 0.95rem);
137137
color: var(--color-black);
138138
line-height: 1.7;
139-
text-align: justify;
139+
text-align: left;
140140
margin: 0;
141141
}
142142
@@ -161,7 +161,7 @@
161161
font-size: clamp(0.85rem, 1.4vw, 0.9rem);
162162
color: var(--color-slate);
163163
line-height: 1.6;
164-
text-align: justify;
164+
text-align: left;
165165
margin: 0;
166166
}
167167
</style>

src/lib/components/steps/intro/IntroKernprinzip.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
font-size: clamp(0.9rem, 1.5vw, 0.95rem);
122122
color: var(--color-black);
123123
line-height: 1.7;
124-
text-align: justify;
124+
text-align: left;
125125
margin: 0;
126126
}
127127
@@ -170,7 +170,7 @@
170170
color: var(--color-slate);
171171
line-height: 1.6;
172172
margin: 0;
173-
text-align: justify;
173+
text-align: left;
174174
}
175175
176176
.concept-card strong {
@@ -189,7 +189,7 @@
189189
color: var(--color-black);
190190
line-height: 1.6;
191191
margin: 0;
192-
text-align: justify;
192+
text-align: left;
193193
}
194194
195195
.implication-block strong {

src/lib/components/steps/intro/IntroMethodik.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
font-size: clamp(0.9rem, 1.5vw, 0.95rem);
122122
color: var(--color-black);
123123
line-height: 1.7;
124-
text-align: justify;
124+
text-align: left;
125125
margin: 0;
126126
}
127127
@@ -204,7 +204,7 @@
204204
color: var(--color-black);
205205
line-height: 1.7;
206206
margin: 0;
207-
text-align: justify;
207+
text-align: left;
208208
}
209209
210210
.example-block strong {
@@ -230,7 +230,7 @@
230230
color: var(--color-slate);
231231
line-height: 1.6;
232232
margin: 0;
233-
text-align: justify;
233+
text-align: left;
234234
}
235235
236236
.deep-dive-triggers {

src/lib/components/steps/intro/IntroPhasen.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
font-size: clamp(0.9rem, 1.6vw, 1rem);
8585
color: var(--color-black);
8686
line-height: 1.7;
87-
text-align: justify;
87+
text-align: left;
8888
margin: 0;
8989
}
9090
@@ -192,7 +192,7 @@
192192
color: var(--color-black);
193193
line-height: 1.6;
194194
margin: 0;
195-
text-align: justify;
195+
text-align: left;
196196
}
197197
198198
.process-flow strong {

src/lib/components/steps/outro/OutroBeispiele.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
font-size: clamp(0.9rem, 1.6vw, 1rem);
117117
color: var(--color-black);
118118
line-height: 1.7;
119-
text-align: justify;
119+
text-align: left;
120120
margin: 0;
121121
}
122122

src/lib/components/steps/outro/OutroDiskussion.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
font-size: clamp(0.9rem, 1.6vw, 1rem);
167167
color: var(--color-black);
168168
line-height: 1.7;
169-
text-align: justify;
169+
text-align: left;
170170
margin: 0;
171171
}
172172

src/lib/components/steps/outro/OutroZusammenfassung.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
font-size: clamp(0.9rem, 1.6vw, 1rem);
100100
color: var(--color-black);
101101
line-height: 1.7;
102-
text-align: justify;
102+
text-align: left;
103103
margin: 0;
104104
}
105105

src/lib/components/steps/phase1/Phase1Rohdaten.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
font-size: clamp(0.9rem, 1.6vw, 1rem);
9595
color: var(--color-black);
9696
line-height: 1.7;
97-
text-align: justify;
97+
text-align: left;
9898
margin: 0;
9999
}
100100

src/lib/components/steps/phase1/Phase1Sammlung.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
font-size: clamp(0.9rem, 1.6vw, 1rem);
8585
color: var(--color-black);
8686
line-height: 1.7;
87-
text-align: justify;
87+
text-align: left;
8888
margin: 0;
8989
}
9090

src/lib/components/steps/phase1/Phase1Titel.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
font-size: clamp(0.9rem, 1.6vw, 1rem);
9494
color: var(--color-black);
9595
margin: 0;
96-
text-align: justify;
96+
text-align: left;
9797
}
9898
9999
.content p + p {

0 commit comments

Comments
 (0)