From c20cf45e8ef3c467bd4a66f0794e88ce9f5201f8 Mon Sep 17 00:00:00 2001 From: thislight Date: Wed, 30 Oct 2024 17:25:06 +0800 Subject: [PATCH] TootPreviewCard: fix margin-block of the title --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index a00edc1..0e083fc 100644 --- a/src/App.css +++ b/src/App.css @@ -13,3 +13,7 @@ .custom-emoji { width: 1em; } + +h1 { + margin: 0; +}