Add paragraph spacing on how-it-works page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 05:35:58 -07:00
parent d611f60743
commit 2b3551cada

View File

@@ -817,7 +817,9 @@ a:hover {
color: var(--text-muted); color: var(--text-muted);
font-size: 0.95rem; font-size: 0.95rem;
line-height: 1.7; line-height: 1.7;
margin-bottom: 0.75rem;
} }
.hiw-step-content p:last-of-type { margin-bottom: 0; }
.hiw-detail-grid { .hiw-detail-grid {
display: grid; display: grid;