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:
parent
a011169459
commit
b82d486877
@ -1090,7 +1090,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
margin-left: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-icon-btn {
|
.header-icon-btn {
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .shop-cart {
|
& .shop-actions {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user