diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-06 21:53:24 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-06 21:53:24 -0500 |
| commit | 698d5e74be8e56a5551709dccc02c8d8e7ebaa32 (patch) | |
| tree | 24c06d2fc5d758b14fa6d720e6ecd23d1b89ea4f /src/components/List.astro | |
| parent | 42213ae52905cd1a3b5bd4369d3d3b2b36e7eb20 (diff) | |
style: create shadow content
Diffstat (limited to 'src/components/List.astro')
| -rw-r--r-- | src/components/List.astro | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/components/List.astro b/src/components/List.astro index 01998f9..d260e17 100644 --- a/src/components/List.astro +++ b/src/components/List.astro @@ -11,4 +11,12 @@ import Link from "./Link.astro"; <Link></Link> <Link></Link> <Link></Link> -</div>
\ No newline at end of file +</div> + +<style> + .list { + margin-top: 3rem; + display: grid; + gap: 1rem; + } +</style>
\ No newline at end of file |
