fix mobile text autosizing on shop pages
All checks were successful
deploy / deploy (push) Successful in 1m23s

Chrome's font boosting algorithm was applying different text size
multipliers across pages, making the announcement bar font size
inconsistent between home and collection views on mobile.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-02-28 15:36:33 +00:00
parent 79b5161e02
commit 69ccc625b2

View File

@ -833,6 +833,8 @@
font-family: var(--t-font-body);
color: var(--t-text-primary);
min-height: 100vh;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.shop-container[data-bottom-nav] {