wip: simplify CSS

This commit is contained in:
2026-01-10 22:47:42 +00:00
parent b22cf35953
commit 4722094f0c
3 changed files with 59 additions and 127 deletions

View File

@@ -10,7 +10,7 @@ interface Props {
const { introduction, summary, license } = Astro.props;
---
<section id="about" class="py-20 sm:py-28">
<section id="about" class="py-20 sm:py-28 bg-gray-100 dark:bg-slate-900/30">
<div class="section-container">
<div class="max-w-3xl mx-auto">
<!-- Section header -->