Skip to content

bt 5.3 - text-sm not small #41153

Answered by enzedonline
pmlich asked this question in Q&A
Discussion options

You must be logged in to vote
<p class="text-sm-end">End aligned text on viewports sized SM (small) or wider.</p>
<p class="text-md-end">End aligned text on viewports sized MD (medium) or wider.</p>
<p class="text-lg-end">End aligned text on viewports sized LG (large) or wider.</p>
<p class="text-xl-end">End aligned text on viewports sized XL (extra large) or wider.</p>
<p class="text-xxl-end">End aligned text on viewports sized XXL (extra extra large) or wider.</p>

The sizes here refer to the breakpoints rather than font size. The font size classes are fs-xx (https://getbootstrap.com/docs/5.3/utilities/text/#font-size).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by julien-deramond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants