polish: more padding and line spacing in month calendar pills, taller min row

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-04-05 15:19:46 -04:00
parent c6c32a168b
commit 569d0a41e2
2 changed files with 6 additions and 6 deletions

View File

@@ -118,7 +118,7 @@
/* sm+: let rows breathe and grow with their content (cells are wide enough) */
@media (min-width: 640px) {
.park-calendar-grid {
grid-auto-rows: minmax(96px, auto);
grid-auto-rows: minmax(108px, auto);
}
}