patx/afterdarklabs
update ticker: tighten spacing
Commit a0f1fea · patx · 2026-08-24T23:43:36-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 337d187..a2f82fd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -201,9 +201,9 @@
display: flex;
flex: none;
align-items: center;
- gap: 1.25rem;
+ gap: 0.8rem;
margin: 0;
- padding: 1.15rem 0.625rem 1.15rem 1.875rem;
+ padding: 1.15rem 0.4rem 1.15rem 1.2rem;
list-style: none;
white-space: nowrap;
}
@@ -211,7 +211,7 @@
.hero-ticker-item {
display: inline-flex;
align-items: center;
- gap: 1.25rem;
+ gap: 0.8rem;
color: #f3f4f6;
font-size: 0.95rem;
font-weight: 600;