You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component has support for separate mobile and standard font sizes, and separate standard and name font sizes, but no mobile name font size. This leaves the name small or similar size on mobile layouts.
Solution
Define --mobile-name-font-size for each variant in fontVariants. Ensure name is slightly larger than body text.
Define font-size in @media query using --mobile-name-font-size variable.
Review all variants in mobile and desktop sizing to ensure proper styling. (example.html can be useful for this)
The text was updated successfully, but these errors were encountered:
Issue
Component has support for separate mobile and standard font sizes, and separate standard and name font sizes, but no mobile name font size. This leaves the name small or similar size on mobile layouts.
Solution
--mobile-name-font-size
for each variant infontVariants
. Ensure name is slightly larger than body text.--mobile-name-font-size
variable.example.html
can be useful for this)The text was updated successfully, but these errors were encountered: