Skip to content

Commit 93b44b1

Browse files
zhgchgli0718claude
andcommitted
countdown: stop stretching rows to fill panel on large screens
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 34a87dd commit 93b44b1

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
@@ -1158,6 +1158,7 @@
11581158
display: grid;
11591159
grid-template-columns: repeat(2, 1fr);
11601160
gap: 12px 28px;
1161+
align-content: start;
11611162
}
11621163
.cd-item {
11631164
display: grid;

0 commit comments

Comments
 (0)