Skip to content

Commit 7d2ab6e

Browse files
JRemitzclaude
andcommitted
fix: add spacing between guide text and card grid
Match the margin-top used by the YouTube stats grid. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 27d2b7a commit 7d2ab6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@
394394
display: grid;
395395
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
396396
gap: 20px;
397+
margin-top: 18px;
397398
}
398399

399400
.guide-card {

0 commit comments

Comments
 (0)