Skip to content

Commit 495060a

Browse files
nichu42Copilot
andcommitted
Increase all download badge images to 72px (1.2x)
Both hero and download-section badges: 60px -> 72px. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 734bf72 commit 495060a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ section.alt { background: var(--section-alt); }
361361
}
362362
.hero-badge-link:hover { transform: translateY(-3px); opacity: 0.88; }
363363
.hero-badge-img {
364-
height: 60px;
364+
height: 72px;
365365
width: auto;
366366
display: block;
367367
border-radius: 8px;
@@ -405,7 +405,7 @@ section.alt { background: var(--section-alt); }
405405
}
406406
.download-card img { height: 44px; width: auto; margin-bottom: 1rem; border-radius: 6px; }
407407
.download-card a.badge-link { display: inline-block; margin-bottom: 1rem; border-radius: 10px; transition: transform 0.2s ease, opacity 0.2s ease; }
408-
.download-card a.badge-link img { height: 60px; width: auto; margin-bottom: 0; border-radius: 8px; display: block; }
408+
.download-card a.badge-link img { height: 72px; width: auto; margin-bottom: 0; border-radius: 8px; display: block; }
409409
.download-card a.badge-link:hover { transform: translateY(-3px); opacity: 0.88; }
410410
.download-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 0.5rem; }
411411
.download-card p, .download-card li { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

0 commit comments

Comments
 (0)