//apply max-width for specific breakpoint @media (min-width: <BREAKPOINT_IN_PX>) { .<CLASS_NAME> { width: 50%; } } //align elements className="text-left" //left-align className="text-center" //center-align className="text-end" //right-align //optional add breakpoints className="text-md-end"
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter