mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 12:57:48 +00:00
11 lines
228 B
Svelte
11 lines
228 B
Svelte
<ul class="collapsible u-width-full-line" style="--p-toggle-border-color: var(--web-color-border);">
|
|
<slot />
|
|
</ul>
|
|
|
|
<style>
|
|
.collapsible {
|
|
padding-block-start: 0;
|
|
padding-block-end: 2rem;
|
|
}
|
|
</style>
|