diff --git a/src/pages/index.astro b/src/pages/index.astro index 756ed3e..99edf3f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -85,6 +85,7 @@ import CallToAction from "../components/CallToAction.astro" alt="The Federated Nexus logo, showing interconnected lines going out to orbs filled with the colors of the pride flag." /> Federated Nexus + July 2025 - Present

I run Federated Nexus

The Quantarc website

+ Jan - May 2025

I developed the{" "} Quantarc Mobile Apps + Sep 2025 - Present

I designed, developed, and distributed two mobile apps for Quantarc, QHelpdesk and QJobProcessor. diff --git a/src/styles/index.css b/src/styles/index.css index c9649fe..a93fe67 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -47,14 +47,18 @@ main > * > section { margin: 0.5em; padding: 1em; display: flex; - gap: 2rem; + gap: 2.3rem; + align-items: center; justify-content: center; flex-wrap: wrap; & article { + & span { + color: hsl(0, 0%, 60%); + } & h3 { font-size: 2em; font-weight: normal; - margin: 0.5em 0; + margin: 0.3em 0; display: flex; align-items: center; gap: 0.7rem; @@ -64,7 +68,7 @@ main > * > section { } } & p { - margin: 0; + margin: 0.7rem 0; } width: 420px; } @@ -75,7 +79,6 @@ main > * > section { gap: 1em; & img { border-radius: var(--mdui-shape-corner-medium); - border: 2px solid rgb(var(--primary)); .double > & { width: 45%;