fix header nav spacing for standard layout
All checks were successful
deploy / deploy (push) Successful in 48s

Remove global margin-left: auto from .shop-actions since it conflicts
with justify-content: space-between in the standard header layout.
Keep margin-left: auto only for the left layout variant where it's
needed. Also fix .shop-cart → .shop-actions selector in layer2.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-03-09 09:53:54 +00:00
parent a011169459
commit b82d486877
2 changed files with 1 additions and 2 deletions

View File

@ -1090,7 +1090,6 @@
align-items: center;
position: relative;
z-index: 1;
margin-left: auto;
}
.header-icon-btn {

View File

@ -73,7 +73,7 @@
gap: 2rem;
}
& .shop-cart {
& .shop-actions {
margin-left: auto;
}
}