update styling for category component
This commit is contained in:
parent
8cb6849bd0
commit
b978de6c9e
@ -2,4 +2,14 @@
|
|||||||
const { url, title, description } = Astro.props;
|
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>
|
<li><a href=`${url}`>{title}</a> <p>{description}</p></li>
|
Loading…
x
Reference in New Issue
Block a user