Der Eine. Focus.tsx: left-align body text below md instead of justify

This commit is contained in:
Marco
2026-08-25 18:58:09 +00:00
parent d2255c47f2
commit d2332c37e9
+2 -2
View File
@@ -78,7 +78,7 @@ export function Focus() {
>
Was kann er?
</p>
<p className="text-body text-text-muted max-w-[42rem] w-full text-justify md:text-center">
<p className="text-body text-text-muted max-w-[42rem] w-full text-left md:text-center">
Schreiben. Und das ziemlich gut. Metallgehäuse, angenehmes Gewicht und eine klassische Kugelschreibermine kein besonderes Produktivitäts-Gadget, sondern einfach ein guter Stift, den du gern zur Hand nimmst.
</p>
</Reveal>
@@ -88,7 +88,7 @@ export function Focus() {
<RevealItem key={title} className="group flex flex-col gap-4 items-center text-center flex-1 max-w-xs sm:max-w-none mx-auto">
<Icon />
<p className="font-semibold text-body text-text-primary">{title}</p>
<p className="text-body-sm text-text-primary w-full text-justify md:text-center">{desc}</p>
<p className="text-body-sm text-text-primary w-full text-left md:text-center">{desc}</p>
</RevealItem>
))}
</RevealGroup>