Simple cards are now separate
This commit is contained in:
fraxle
2026-08-04 03:13:05 +01:00
parent a94cdea9b2
commit 0d166e2b80
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -2371,6 +2371,10 @@
border: none;
background: transparent;
padding: 10px 8px 12px;
/* 2px each side = 4px between neighbouring cards. Done with margin rather
than a grid gap so the cards stay centred on their landing hour and keep
lining up with the curve below. */
margin: 0 2px;
display: flex;
flex-direction: column;
align-items: center;