There was an error while loading. Please reload this page.
2 parents 19ff3b4 + 35e983c commit 172b4f6Copy full SHA for 172b4f6
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