Correct some style stuff
This commit is contained in:
11
front/src/lib/components/PageTitle.svelte
Normal file
11
front/src/lib/components/PageTitle.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<h1 class="page-title">
|
||||
<slot></slot>
|
||||
</h1>
|
||||
|
||||
<style>
|
||||
.page-title
|
||||
{
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user