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
Would it be possible to change the text alignment based on breakpoint?
For example, I'll have two rows on desktop: image center in the top row, right-aligned text in the second row. On mobile, I'd like to center the text instead of keeping it right-aligned.
I see in html output has media query with class hide-mobile. Can we implement similar class align-mobile with properties: left, center, right?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Would it be possible to change the text alignment based on breakpoint?
For example, I'll have two rows on desktop: image center in the top row, right-aligned text in the second row. On mobile, I'd like to center the text instead of keeping it right-aligned.
I see in html output has media query with class hide-mobile. Can we implement similar class align-mobile with properties: left, center, right?
Thank you very much!
The text was updated successfully, but these errors were encountered: