Skip to content

Commit 3984750

Browse files
change partitioning of authors
1 parent 5db5a20 commit 3984750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/civitas/authors.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(let [affiliations (db/index-by :id (:affiliation @db/db))]
3535
(into ^:kind/hiccup [:div]
3636
(comp (map #(card % affiliations))
37-
(partition-all 4)
37+
(partition-all 5)
3838
(map #(into [:div.card-group] %)))
3939
(->> (:author @db/db)
4040
(sort-by :name))))

0 commit comments

Comments
 (0)