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:
+4
-3
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user