Fixed extra padding in dropdowns for some entries in navbar
All checks were successful
Build and Test - Staging / test (pull_request) Successful in 4m41s
Build and Test - Staging / build_and_push (pull_request) Successful in 5m19s
Build and Test - Staging / deploy_staging (pull_request) Successful in 3s

This commit is contained in:
2025-12-10 14:34:57 -08:00
parent c320190a8d
commit 25c08f7a1d

View File

@@ -20,7 +20,7 @@ const { pathname } = Astro.url;
<ul
class:list={[
"border-caperren-green flex flex-col space-y-4 space-x-8 bg-black",
"border-caperren-green flex flex-col space-y-4 bg-black",
depth
? "space-y-4 py-4"
: "items-start lg:mt-0 lg:flex-row lg:space-y-0 lg:space-x-8",