Studio Day
Throwing bowls before lunch
Centered text and images inside equal-width cards
Throwing bowls before lunch
Four tones for sketch notes
Soft cloth for props
One card uses flex + space-between for image and copy
Large numbers, centered, with justify-content space-between on the row
Projects
Active this month
Reviews
Positive feedback
Hours
Logged this week
Three plans; featured plan uses a darker background
Side-by-side with space-between
Full-width card with centered copy and centered actions
Same chips, different main-axis distribution
Flex lays out card rows and action groups.
.card .actions {
display: flex;
justify-content: space-between;
gap: 8px;
}