From 6f4161172a7c9d7db0a78b663900ce5a10e4bad7 Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 2 Jul 2020 09:21:53 +0200 Subject: [PATCH] adjust styling --- src/main/dda/masto_embed/api.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/dda/masto_embed/api.cljs b/src/main/dda/masto_embed/api.cljs index dc069ee..f1c5c85 100644 --- a/src/main/dda/masto_embed/api.cljs +++ b/src/main/dda/masto_embed/api.cljs @@ -33,7 +33,7 @@ [:div {:class "card" :url url} (when (some? image) [:img {:src image}]) - [:h1 title] + [:h3 title] [:p description]]))) (defn masto->html [statuses]