Added this website as content to hobbies, refactored some items into site-layout
This commit is contained in:
@@ -13,7 +13,11 @@ const { class: className, lineItems, depth = 0 } = Astro.props;
|
||||
---
|
||||
|
||||
<ul
|
||||
class:list={["list-inside list-disc", className, depth > 0 ? "ps-3" : false]}
|
||||
class:list={[
|
||||
"list-outside list-disc",
|
||||
className,
|
||||
depth > 0 ? "ps-3" : "ms-3",
|
||||
]}
|
||||
>
|
||||
{
|
||||
lineItems ? (
|
||||
|
||||
Reference in New Issue
Block a user