mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
11 lines
138 B
Svelte
11 lines
138 B
Svelte
<style>
|
|
.layout {
|
|
padding: 3em;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
</style>
|
|
|
|
<div class="layout">
|
|
<slot />
|
|
</div>
|