There was an error while loading. Please reload this page.
1 parent 19ff3b4 commit 35e983cCopy full SHA for 35e983c
1 file changed
src/civitas/authors.clj
@@ -23,7 +23,7 @@
23
(let [colors (cycle (take 11 color/palette))
24
r 6]
25
[:g
26
- [:g {:transform "scale(0.8)"}
+ [:g {:transform "scale(0.6)"}
27
(for [[{:keys [image name]} [x y] color] (map vector authors (geom/spiral 100) colors)]
28
[:a {:href (str "/" (csk/->Camel_Snake_Case name) ".html")}
29
[:title name]
0 commit comments