From 144a8ac3ff703c8ab16f9f059ffda46ae0470c33 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 6 Nov 2024 17:08:00 +0000 Subject: [PATCH] Improve card spacing Looks better on wide screens - see the problem here https://x.com/0x_syk/status/1853918855724495237 --- editions/tw5.com/tiddlers/cards/card-styles.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/cards/card-styles.tid b/editions/tw5.com/tiddlers/cards/card-styles.tid index 7b95b699a..7321ac129 100644 --- a/editions/tw5.com/tiddlers/cards/card-styles.tid +++ b/editions/tw5.com/tiddlers/cards/card-styles.tid @@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki .tc-cards { display: flex; flex-wrap: wrap; - justify-content: space-evenly; + justify-content: center; width: 100%; padding: 0.5em; background: <>;