Center text content in Ritual Art Alchemy and About sections
Removed md:text-left overrides and md:ml-0 from dividers so text, headings, dividers, and buttons are consistently centered across all breakpoints in both two-column layout sections. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
83a462056b
commit
10d05736d3
|
|
@ -130,14 +130,14 @@ function RitualArtSection() {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="text-center md:text-left">
|
<div className="text-center">
|
||||||
<p className="font-sans-alt text-xs tracking-[0.2em] text-[var(--accent-gold)] mb-4">
|
<p className="font-sans-alt text-xs tracking-[0.2em] text-[var(--accent-gold)] mb-4">
|
||||||
VISUAL ALCHEMY
|
VISUAL ALCHEMY
|
||||||
</p>
|
</p>
|
||||||
<h2 className="text-4xl md:text-5xl font-light mb-6">
|
<h2 className="text-4xl md:text-5xl font-light mb-6">
|
||||||
Ritual Art Alchemy
|
Ritual Art Alchemy
|
||||||
</h2>
|
</h2>
|
||||||
<div className="divider md:ml-0"></div>
|
<div className="divider"></div>
|
||||||
<p className="text-lg leading-relaxed mb-6 opacity-80">
|
<p className="text-lg leading-relaxed mb-6 opacity-80">
|
||||||
My art is my ritual — a journey of transformation. Each painting emerges from
|
My art is my ritual — a journey of transformation. Each painting emerges from
|
||||||
cycles of death and rebirth, shadow work, intuitive vision and ancestral memory.
|
cycles of death and rebirth, shadow work, intuitive vision and ancestral memory.
|
||||||
|
|
@ -147,7 +147,7 @@ function RitualArtSection() {
|
||||||
into living images. These artworks are not objects. They are portals. Allies for
|
into living images. These artworks are not objects. They are portals. Allies for
|
||||||
emotional integration, transformation, spiritual insight and energetic coherence.
|
emotional integration, transformation, spiritual insight and energetic coherence.
|
||||||
</p>
|
</p>
|
||||||
<div className="md:text-left pt-2">
|
<div className="pt-2">
|
||||||
<Link href="#gallery" className="btn-outline">
|
<Link href="#gallery" className="btn-outline">
|
||||||
Enter the Gallery
|
Enter the Gallery
|
||||||
</Link>
|
</Link>
|
||||||
|
|
@ -436,14 +436,14 @@ function AboutSection() {
|
||||||
<section id="about" className="section">
|
<section id="about" className="section">
|
||||||
<div className="max-w-6xl mx-auto">
|
<div className="max-w-6xl mx-auto">
|
||||||
<div className="grid md:grid-cols-2 gap-12 items-center">
|
<div className="grid md:grid-cols-2 gap-12 items-center">
|
||||||
<div className="text-center md:text-left order-2 md:order-1">
|
<div className="text-center order-2 md:order-1">
|
||||||
<p className="font-sans-alt text-xs tracking-[0.2em] text-[var(--accent-gold)] mb-4">
|
<p className="font-sans-alt text-xs tracking-[0.2em] text-[var(--accent-gold)] mb-4">
|
||||||
THE ARTIST
|
THE ARTIST
|
||||||
</p>
|
</p>
|
||||||
<h2 className="text-4xl md:text-5xl font-light mb-6">
|
<h2 className="text-4xl md:text-5xl font-light mb-6">
|
||||||
About Ximena
|
About Ximena
|
||||||
</h2>
|
</h2>
|
||||||
<div className="divider md:ml-0"></div>
|
<div className="divider"></div>
|
||||||
<p className="text-lg leading-relaxed mb-6 opacity-80">
|
<p className="text-lg leading-relaxed mb-6 opacity-80">
|
||||||
Years dedicated to work in Bolivia, Peru and Switzerland shaped this path through
|
Years dedicated to work in Bolivia, Peru and Switzerland shaped this path through
|
||||||
emotional integration, somatic healing and ceremonial support.
|
emotional integration, somatic healing and ceremonial support.
|
||||||
|
|
@ -452,7 +452,7 @@ function AboutSection() {
|
||||||
A beautiful, talented artist rooted in ancestral culture and land connection —
|
A beautiful, talented artist rooted in ancestral culture and land connection —
|
||||||
healer, visionary artist, mother and friend — providing deep support through inner work.
|
healer, visionary artist, mother and friend — providing deep support through inner work.
|
||||||
</p>
|
</p>
|
||||||
<div className="md:text-left pt-2">
|
<div className="pt-2">
|
||||||
<Link href="#contact" className="btn-outline">
|
<Link href="#contact" className="btn-outline">
|
||||||
Connect
|
Connect
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue