mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +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:
parent
135a2e5320
commit
144a8ac3ff
@ -7,7 +7,7 @@ type: text/vnd.tiddlywiki
|
|||||||
.tc-cards {
|
.tc-cards {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-evenly;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background: <<colour background>>;
|
background: <<colour background>>;
|
||||||
|
Loading…
Reference in New Issue
Block a user