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;
|
const { url, title, description } = Astro.props;
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<li><a href=`${url}`>{title}</a> <p>{description}</p></li>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
p {
|
p {
|
||||||
margin: 0.5rem;
|
margin: 0.5rem;
|
||||||
@ -10,6 +12,4 @@ const { url, title, description } = Astro.props;
|
|||||||
a {
|
a {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<li><a href=`${url}`>{title}</a> <p>{description}</p></li>
|
|
Loading…
x
Reference in New Issue
Block a user