style(site): align download action shapes

Match the source action to the App Store badge with a compact rounded-rectangle silhouette so the hero controls feel visually consistent.
This commit is contained in:
Rocky
2026-07-29 22:13:56 +08:00
parent a9f8ba2086
commit 4c9f8c4e7d
2 changed files with 5 additions and 3 deletions
+4 -3
View File
@@ -310,8 +310,9 @@
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.85rem 1.35rem;
border-radius: 999px;
height: 44px;
padding: 0 1.2rem;
border-radius: 9px;
font-weight: 600;
font-size: 0.95rem;
border: 1px solid transparent;
@@ -460,7 +461,7 @@
.store-badge {
display: inline-flex;
line-height: 0;
border-radius: 8px;
border-radius: 9px;
transition: opacity 0.15s ease, transform 0.15s ease;
}
.store-badge:hover { opacity: 0.9; transform: translateY(-1px); }