Polish header pill sizing and simplify catalog/cart layouts

This commit is contained in:
Ruslan Bakiev
2026-04-03 09:48:46 +07:00
parent 5597c468a2
commit 0aad9177f8
5 changed files with 228 additions and 92 deletions

View File

@@ -188,6 +188,14 @@ body {
min-height: 2rem;
}
.lk-nav-link-brand {
justify-content: center;
min-width: 5.5rem;
font-size: 0.98rem;
font-weight: 800;
letter-spacing: 0.03em;
}
.lk-pill-divider {
background: color-mix(in oklab, var(--color-base-content) 20%, transparent);
opacity: 0.45;