diff --git a/web/src/components/meowbalt/MeowbaltLoaf.svelte b/web/src/components/meowbalt/MeowbaltLoaf.svelte new file mode 100644 index 00000000..8b3d97b4 --- /dev/null +++ b/web/src/components/meowbalt/MeowbaltLoaf.svelte @@ -0,0 +1,14 @@ +black and white cat smiling and loafing + diff --git a/web/src/components/misc/Placeholder.svelte b/web/src/components/misc/Placeholder.svelte new file mode 100644 index 00000000..01dd78f1 --- /dev/null +++ b/web/src/components/misc/Placeholder.svelte @@ -0,0 +1,16 @@ + + +
+ +
{pageName} page is not ready yet!
+
+ + diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 5dd708fc..55040fea 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -80,6 +80,14 @@ background-color: var(--button-hover); } + :global(.center-column-container) { + display: flex; + width: 100%; + flex-direction: column; + align-items: center; + justify-content: center; + } + #cobalt { height: 100vh; display: grid; diff --git a/web/src/routes/+page.svelte b/web/src/routes/+page.svelte index 654698ef..bd364ec1 100644 --- a/web/src/routes/+page.svelte +++ b/web/src/routes/+page.svelte @@ -1,15 +1,11 @@ -
+
- black and white cat smiling and loafing +
@@ -18,12 +14,6 @@