11 lines
140 B
Svelte
11 lines
140 B
Svelte
<h1 class="page-title">
|
|
<slot></slot>
|
|
</h1>
|
|
|
|
<style>
|
|
.page-title
|
|
{
|
|
position: absolute;
|
|
top: 50px;
|
|
}
|
|
</style> |