adjust styling
This commit is contained in:
parent
5934c595a0
commit
6f4161172a
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue