From 30254864a952948fdc58485c57fd4851859798f1 Mon Sep 17 00:00:00 2001 From: jmanczak Date: Thu, 9 Apr 2026 13:04:17 +0200 Subject: [PATCH] add page margin to tag listing --- src/web/pages/tags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/pages/tags.rs b/src/web/pages/tags.rs index a7d886f..cc99aa5 100644 --- a/src/web/pages/tags.rs +++ b/src/web/pages/tags.rs @@ -43,7 +43,7 @@ pub async fn page(req: Request) -> Result { } } @if let Ok(tags) = Tag::get_all(&conn) { - div class="max-w-4xl mx-auto mt-4 flex flex-wrap gap-2" { + div class="max-w-4xl mx-auto px-2 mt-4 flex flex-wrap gap-2" { @for tag in &tags { div class="rounded-full px-3 py-1 bg-neutral-200/10 border border-neutral-200/15 flex" { span class="text-neutral-400 text-sm" {"#"}