berrypod/assets/css/shop
jamey e7656cf0b3
All checks were successful
deploy / deploy (push) Successful in 1m23s
fix social link items stacking vertically due to cascade conflict
.themed-button-outline:where(a) { display: inline-block } (line 2147)
was beating .social-link-card-item { display: flex } (line 1796) —
same layer, same specificity, later wins. Used the parent selector
.social-link-card-list .social-link-card-item to give display: flex
higher specificity (2 classes vs 1) so it wins.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 14:49:13 +00:00
..
components.css fix social link items stacking vertically due to cascade conflict 2026-02-24 14:49:13 +00:00
layout.css add CSS migration foundation and screenshot tooling (Phase 0) 2026-02-16 23:37:29 +00:00
overrides.css add CSS migration foundation and screenshot tooling (Phase 0) 2026-02-16 23:37:29 +00:00
reset.css replace dead Tailwind classes in shop pages with custom CSS 2026-02-19 21:27:52 +00:00
utilities.css add CSS migration foundation and screenshot tooling (Phase 0) 2026-02-16 23:37:29 +00:00