Adjust the size of cells and dots #33

Merged
bombinans merged 7 commits from feature-size into main 2025-04-06 07:14:04 +00:00
Showing only changes of commit ce4771a79f - Show all commits

View File

@ -8,11 +8,11 @@ toc: false
colourful generative patterns using [d3](https://d3js.org/) and [Observable Framework](https://observablehq.com/framework/)
<p>v1.1.2 | by <a href="https://mikelynch.org">mike lynch</a> | <a href="https://aus.social/@mikelynch">@mikelynch@aus.social</a> | <a href="https://git.tilde.town/bombinans/poptimal">source</a></p>
<p>v1.2.0 | by <a href="https://mikelynch.org">mike lynch</a> | <a href="https://aus.social/@mikelynch">@mikelynch@aus.social</a> | <a href="https://git.tilde.town/bombinans/poptimal">source</a></p>
<div class="grid grid-cols-2">
<div class="grid grid-cols-3">
<div class="card">
<div class="card grid-colspan-1">
```js
@ -122,7 +122,7 @@ if( palette_fn ) {
```
</div>
<div>
<div class="card grid-colspan-2">
```js
@ -233,6 +233,7 @@ display(download(() => {
```
(PNGs made with <a href="https://github.com/thx/resvg-js">resvg-wasm</a> in-browser)
</div>
</div>
<style>