Various CSS and HTML changes
This commit is contained in:
parent
1c92cb8418
commit
a2726d70a9
5 changed files with 26 additions and 17 deletions
|
@ -6,9 +6,7 @@
|
|||
<div class="app">
|
||||
<Header />
|
||||
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<script>
|
||||
<script lang="ts">
|
||||
import SubNav from './SubNav.svelte';
|
||||
import '../styles.css';
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<div class="app">
|
||||
<SubNav />
|
||||
|
||||
|
|
|
@ -1,16 +1,4 @@
|
|||
<script>
|
||||
import { page } from '$app/stores';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Graphs</title>
|
||||
<meta name="description" content="Chellaris Sign-Up Graphs" />
|
||||
</svelte:head>
|
||||
|
||||
<h1>WIP</h1>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</svelte:head>
|
|
@ -1 +1,6 @@
|
|||
<svelte:head>
|
||||
<title>Graphs</title>
|
||||
<meta name="description" content="Chellaris Sign-Up Graphs" />
|
||||
</svelte:head>
|
||||
|
||||
<h1>Example Tab</h1>
|
16
src/routes/graphs/tab3/+page.svelte
Normal file
16
src/routes/graphs/tab3/+page.svelte
Normal file
|
@ -0,0 +1,16 @@
|
|||
<script>
|
||||
import { page } from '$app/stores';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Graphs</title>
|
||||
<meta name="description" content="Chellaris Sign-Up Graphs" />
|
||||
</svelte:head>
|
||||
|
||||
<h1>WIP</h1>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
Reference in a new issue