patx/afterdarklabs
update email
Commit 0c31019 · patx · 2026-08-26T21:51:04-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index fe91c35..61bc18a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -329,10 +329,14 @@
}
#work-scroller {
- padding-inline: 1rem;
+ padding-inline: 1rem 0;
scroll-padding-inline: 1rem;
}
+ #work-scroller > article:last-child {
+ margin-inline-end: 1rem;
+ }
+
.portfolio-description {
display: block;
margin-top: 0.625rem;
@@ -377,6 +381,10 @@
.work-scroll-ready #work-scroller > article {
width: auto;
}
+
+ #work-scroller > article:last-child {
+ margin-inline-end: 0;
+ }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
@@ -456,7 +464,7 @@
<span class="logo-font -mt-1 block text-xs tracking-[3px] text-[#ccff00]">LABS</span>
</span>
</a>
- <a href="mailto:[email protected]" class="shrink-0 rounded-2xl bg-[#ccff00] px-4 py-3 text-sm font-semibold text-black transition-colors hover:bg-white">Let's Talk</a>
+ <a href="mailto:[email protected]" class="shrink-0 rounded-2xl bg-[#ccff00] px-4 py-3 text-sm font-semibold text-black transition-colors hover:bg-white">Let's Talk</a>
</div>
<div class="hidden items-center justify-between lg:flex">
@@ -467,7 +475,7 @@
<span class="logo-font -mt-1 block text-sm tracking-[3px] text-[#ccff00]">LABS</span>
</div>
</a>
- <a href="mailto:[email protected]" class="rounded-2xl bg-[#ccff00] px-6 py-3 font-semibold text-black transition-colors hover:bg-white">Let's Talk</a>
+ <a href="mailto:[email protected]" class="rounded-2xl bg-[#ccff00] px-6 py-3 font-semibold text-black transition-colors hover:bg-white">Let's Talk</a>
</div>
</div>
</nav>
@@ -623,7 +631,7 @@
</span>
</a>
<p class="text-gray-500">© 2026 <a href="https://harrisonerd.com/" class="transition-colors hover:text-[#ccff00]">Harrison Erd</a> • Lighthouse Point, FL
- <br><br><a href="mailto:[email protected]" class="transition-colors hover:text-[#ccff00]" style="margin-top:50px;">[email protected]</a></p>
+ <br><br><a href="mailto:[email protected]" class="transition-colors hover:text-[#ccff00]" style="margin-top:50px;">[email protected]</a></p>
</div>
</footer>