Skip to content

Commit e0e800a

Browse files
Widen download cards to 500px for command display
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c72a463 commit e0e800a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/pages/download.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ const appVersion = import.meta.env.APP_VERSION || "1.0.0";
148148
}
149149
.download-card {
150150
flex: 1;
151-
max-width: 380px;
152-
min-width: 320px;
151+
max-width: 500px;
152+
min-width: 400px;
153153
}
154154
.download-btn-hover {
155155
transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);

0 commit comments

Comments
 (0)