moving-mondrian

Randomly generated animated images in the style of Piet Mondrian  https://p.ce9e.org/moving-mondrian/
git clone https://git.ce9e.org/moving-mondrian.git

commit
c1eae40cc27c0ac105b070196887aefff25534da
parent
0010a2f57a96f7b20aeff3db69e2414f975af5dc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-05-10 18:16
fix vertical/horizontal

Diffstat

M mondrian.css 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/mondrian.css b/mondrian.css

@@ -16,10 +16,10 @@
   16    16 	box-sizing: border-box;
   17    17 }
   18    18 .mondrian div[data-dir="horizontal"] {
   19    -1 	grid-template-columns: var(--a) var(--b);
   -1    19 	grid-template-rows: var(--a) var(--b);
   20    20 }
   21    21 .mondrian div[data-dir="vertical"] {
   22    -1 	grid-template-rows: var(--a) var(--b);
   -1    22 	grid-template-columns: var(--a) var(--b);
   23    23 }
   24    24 
   25    25 @media (prefers-color-scheme: dark) {