1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-26 19:47:20 +00:00

Improve card spacing

Looks better on wide screens - see the problem here https://x.com/0x_syk/status/1853918855724495237
This commit is contained in:
Jeremy Ruston 2024-11-06 17:08:00 +00:00
parent 135a2e5320
commit 144a8ac3ff

View File

@ -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: <<colour background>>;