Labs projects will appear here once published.
@@ -49,10 +53,18 @@
}
}
+ .error-container,
+ .empty-container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ min-height: 60vh;
+ }
+
.error-message,
.empty-message {
text-align: center;
- padding: $unit-6x $unit-3x;
+ max-width: 500px;
h2 {
font-size: 1.5rem;
@@ -68,7 +80,9 @@
}
}
- .error-message h2 {
- color: $red-60;
+ .error-message {
+ h2 {
+ color: $red-60;
+ }
}
diff --git a/src/routes/photos/+page.svelte b/src/routes/photos/+page.svelte
index deeb722..0e2916f 100644
--- a/src/routes/photos/+page.svelte
+++ b/src/routes/photos/+page.svelte
@@ -20,7 +20,7 @@
No photos yet
-
Photography albums will appear here once published.
+
Photos and albums will be added soon
{:else}