Skip to content

Commit 172b4f6

Browse files
Merge pull request #402 from ClojureCivitas/resizeauthors
fix #398 author pictures
2 parents 19ff3b4 + 35e983c commit 172b4f6

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
@@ -23,7 +23,7 @@
2323
(let [colors (cycle (take 11 color/palette))
2424
r 6]
2525
[:g
26-
[:g {:transform "scale(0.8)"}
26+
[:g {:transform "scale(0.6)"}
2727
(for [[{:keys [image name]} [x y] color] (map vector authors (geom/spiral 100) colors)]
2828
[:a {:href (str "/" (csk/->Camel_Snake_Case name) ".html")}
2929
[:title name]

0 commit comments

Comments
 (0)