fix header nav spacing for standard layout
All checks were successful
deploy / deploy (push) Successful in 48s
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:
@@ -73,7 +73,7 @@
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
& .shop-cart {
|
||||
& .shop-actions {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user