From b17120fc8625a678061ff6c5838c5eac7f13c9ee Mon Sep 17 00:00:00 2001
From: ckie
Date: Sun, 6 Oct 2024 00:25:03 +0300
Subject: [PATCH] lil quirks
---
src/main.css | 2 +-
src/routes/+page.svelte | 4 +++-
src/routes/footer.svelte | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/main.css b/src/main.css
index e35e5cb..c81e4b8 100644
--- a/src/main.css
+++ b/src/main.css
@@ -18,7 +18,7 @@ html {
@apply h-full;
}
body {
- @apply h-[100%] flex bg-zinc-50;
+ @apply min-h-[100%] flex bg-zinc-50;
> div {
line-height: inherit;
> * {
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index a0dc7cc..12707bb 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -96,7 +96,9 @@
With {DISTRO} and {PKGS}, you can:
- configure your desktop systems to be setup just-right out of the box with
- home-manager.
+ home-manager.
+
- deploy clusters of systems with colmena,
- provision your cloud resources with terranix
- develop software in repeatable shell environments with
nix-shell
,
diff --git a/src/routes/footer.svelte b/src/routes/footer.svelte
index e35c389..b44b833 100644
--- a/src/routes/footer.svelte
+++ b/src/routes/footer.svelte
@@ -5,7 +5,7 @@
floral.systems aims to be a new backbone for the Nix ecosystem.
- It is registered as the Verein zur Förderung der funktionalen Paketverwaltung e.V.
+ It is registered as the Verein zur Förderung der funktionalen Paketverwaltung e.V.