update styling for category component

This commit is contained in:
emma 2025-03-09 18:27:04 -04:00
parent 8cb6849bd0
commit b978de6c9e

View File

@ -2,4 +2,14 @@
const { url, title, description } = Astro.props;
---
<style>
p {
margin: 0.5rem;
}
a {
margin-left: 0.5rem;
}
</style>
<li><a href=`${url}`>{title}</a> <p>{description}</p></li>