adjust position of styling tag for consistency
This commit is contained in:
parent
b978de6c9e
commit
5bae25eca1
@ -2,6 +2,8 @@
|
||||
const { url, title, description } = Astro.props;
|
||||
---
|
||||
|
||||
<li><a href=`${url}`>{title}</a> <p>{description}</p></li>
|
||||
|
||||
<style>
|
||||
p {
|
||||
margin: 0.5rem;
|
||||
@ -11,5 +13,3 @@ const { url, title, description } = Astro.props;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
<li><a href=`${url}`>{title}</a> <p>{description}</p></li>
|
Loading…
x
Reference in New Issue
Block a user