Fix about page black padding
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m55s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m55s
This commit is contained in:
@@ -12,8 +12,8 @@ import { Image } from "astro:assets";
|
|||||||
---
|
---
|
||||||
|
|
||||||
<MainLayout title="About">
|
<MainLayout title="About">
|
||||||
<div class="w-full py-16">
|
<div class="w-full bg-white py-16 dark:bg-gray-950">
|
||||||
<section id="about" class="bg-white dark:bg-gray-950">
|
<section id="about">
|
||||||
<div class="mx-auto max-w-4xl px-8 text-left">
|
<div class="mx-auto max-w-4xl px-8 text-left">
|
||||||
<Image
|
<Image
|
||||||
src={aboutImage}
|
src={aboutImage}
|
||||||
@@ -54,7 +54,7 @@ import { Image } from "astro:assets";
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="composition" class="bg-white dark:bg-gray-950">
|
<section id="composition">
|
||||||
<div class="mx-auto max-w-4xl px-8 text-left">
|
<div class="mx-auto max-w-4xl px-8 text-left">
|
||||||
<H2>Composition</H2>
|
<H2>Composition</H2>
|
||||||
<Paragraph
|
<Paragraph
|
||||||
@@ -90,7 +90,7 @@ import { Image } from "astro:assets";
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="orchestration" class="bg-white dark:bg-gray-950">
|
<section id="orchestration">
|
||||||
<div class="mx-auto max-w-4xl px-8 text-left">
|
<div class="mx-auto max-w-4xl px-8 text-left">
|
||||||
<H2>Orchestration</H2>
|
<H2>Orchestration</H2>
|
||||||
|
|
||||||
@@ -109,7 +109,7 @@ import { Image } from "astro:assets";
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="Conducting" class="bg-white dark:bg-gray-950">
|
<section id="Conducting">
|
||||||
<div class="mx-auto max-w-4xl px-8 text-left">
|
<div class="mx-auto max-w-4xl px-8 text-left">
|
||||||
<H2>Conducting</H2>
|
<H2>Conducting</H2>
|
||||||
<Paragraph
|
<Paragraph
|
||||||
@@ -155,7 +155,7 @@ import { Image } from "astro:assets";
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="sound" class="bg-white dark:bg-gray-950">
|
<section id="sound">
|
||||||
<div class="mx-auto max-w-4xl px-8 text-left">
|
<div class="mx-auto max-w-4xl px-8 text-left">
|
||||||
<H2>Sound Design</H2>
|
<H2>Sound Design</H2>
|
||||||
<Paragraph
|
<Paragraph
|
||||||
|
Reference in New Issue
Block a user