From 5174bd0db8fbc1aa653969611f63778d5d0e6089 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Fri, 18 Oct 2024 15:06:21 -0700 Subject: [PATCH] Fix search page --- src/app.css | 12 ++++++++++++ src/routes/home/people/+page.svelte | 16 ++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/app.css b/src/app.css index d46f322fd..722437318 100644 --- a/src/app.css +++ b/src/app.css @@ -116,6 +116,18 @@ @apply m-auto w-full max-w-3xl p-4 sm:p-8 md:p-12; } +.content-t { + @apply pt-4 sm:pt-8 md:pt-12; +} + +.content-b { + @apply pb-4 sm:pb-8 md:pb-12; +} + +.content-x { + @apply px-4 sm:px-8 md:px-12; +} + .heading { @apply text-center text-2xl; } diff --git a/src/routes/home/people/+page.svelte b/src/routes/home/people/+page.svelte index 084818137..f8654f550 100644 --- a/src/routes/home/people/+page.svelte +++ b/src/routes/home/people/+page.svelte @@ -26,14 +26,14 @@ }) -
- -
-
-
+
+
+ +
+
{#each pubkeys.slice(0, limit) as pubkey (pubkey)} {/each}