mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
wip: simplify CSS
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user