fix(content): prevent mdx from wrapping block text in paragraphs
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 16s
Build & Deploy / 🧪 QA (push) Successful in 57s
Build & Deploy / 🏗️ Build (push) Successful in 2m33s
Build & Deploy / 🚀 Deploy (push) Successful in 24s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 42s
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-05-14 21:44:55 +02:00
parent 7bde6856e3
commit 9368840139
2 changed files with 2 additions and 6 deletions

View File

@@ -21,9 +21,7 @@ layout: "fullBleed"
<div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center"> <div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
<div> <div>
<div className="text-primary font-bold tracking-wider uppercase text-sm mb-4">Unsere Mission</div> <div className="text-primary font-bold tracking-wider uppercase text-sm mb-4">Unsere Mission</div>
<div className="font-heading text-4xl md:text-5xl font-extrabold text-neutral-dark mb-8 leading-tight"> <div className="font-heading text-4xl md:text-5xl font-extrabold text-neutral-dark mb-8 leading-tight">Infrastruktur für die Energie von morgen</div>
Infrastruktur für die Energie von morgen
</div>
<div className="w-20 h-2 bg-primary mb-8"></div> <div className="w-20 h-2 bg-primary mb-8"></div>
<div> <div>
Seit unserer Gründung im Jahr 2015 in Guben haben wir es uns zur Aufgabe gemacht, den Ausbau der kritischen Infrastruktur in Deutschland aktiv mitzugestalten. Seit unserer Gründung im Jahr 2015 in Guben haben wir es uns zur Aufgabe gemacht, den Ausbau der kritischen Infrastruktur in Deutschland aktiv mitzugestalten.

View File

@@ -21,9 +21,7 @@ layout: "fullBleed"
<div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center"> <div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
<div> <div>
<div className="text-primary font-bold tracking-wider uppercase text-sm mb-4">Our Mission</div> <div className="text-primary font-bold tracking-wider uppercase text-sm mb-4">Our Mission</div>
<div className="font-heading text-4xl md:text-5xl font-extrabold text-neutral-dark mb-8 leading-tight"> <div className="font-heading text-4xl md:text-5xl font-extrabold text-neutral-dark mb-8 leading-tight">Infrastructure for the Energy of Tomorrow</div>
Infrastructure for the Energy of Tomorrow
</div>
<div className="w-20 h-2 bg-primary mb-8"></div> <div className="w-20 h-2 bg-primary mb-8"></div>
<div> <div>
Since our foundation in 2015 in Guben, we have made it our mission to actively shape the expansion of critical infrastructure. Since our foundation in 2015 in Guben, we have made it our mission to actively shape the expansion of critical infrastructure.