diff options
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 |
