mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08: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:
parent
135a2e5320
commit
144a8ac3ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue