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
fd68bca540eb8756d91b7e16880a13ded3cb69b4
parent
fbb2f86e36209b9fa5b35d5491d777dd88b96c63
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-05-10 19:25
scale gap with screen size

Diffstat

M mondrian.css 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -1,5 +1,5 @@
    1     1 .mondrian {
    2    -1 	--gap: 1em;
   -1     2 	--gap: calc(0.6vw + 0.6vh);
    3     3 	background-color: black;
    4     4 	padding: var(--gap);
    5     5 	height: 60vh;