fix mobile text autosizing on shop pages
All checks were successful
deploy / deploy (push) Successful in 1m23s
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:
parent
79b5161e02
commit
69ccc625b2
@ -833,6 +833,8 @@
|
|||||||
font-family: var(--t-font-body);
|
font-family: var(--t-font-body);
|
||||||
color: var(--t-text-primary);
|
color: var(--t-text-primary);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shop-container[data-bottom-nav] {
|
.shop-container[data-bottom-nav] {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user