adjust styling

This commit is contained in:
jem 2020-07-02 09:21:53 +02:00
parent 5934c595a0
commit 6f4161172a

View file

@ -33,7 +33,7 @@
[:div {:class "card" :url url} [:div {:class "card" :url url}
(when (some? image) (when (some? image)
[:img {:src image}]) [:img {:src image}])
[:h1 title] [:h3 title]
[:p description]]))) [:p description]])))
(defn masto->html [statuses] (defn masto->html [statuses]