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
I have a div that contains centered text elements, on adding the "line-length-md" to the paragraph, the text contents are aligned to the left by i want them centered as before. The line-length-md does really make the text shorter and more readable.
<divclassName="text-center"><spanclassName="mb-1 inline-block bg-pink-100 px-3 py-1 text-sm font-semibold text-pink-700">
-Services We Offer-
</span><h2className="text-3xl font-semibold text-gray-800">Our Best Solution</h2><pclassName="mt-8 text-gray-600 line-length-md">
Lorem ipsum dolor sit amet consectetur. Leo turpis blandit vivamus in nulla risus. Nulla amet velit id neque
nibh nisi platea. Amet et erat ut dignissim sed. Non ut amet mauris eget lacus mauris.
</p></div>
The text was updated successfully, but these errors were encountered:
I have a div that contains centered text elements, on adding the
"line-length-md"
to the paragraph, the text contents are aligned to the left by i want them centered as before. Theline-length-md
does really make the text shorter and more readable.The text was updated successfully, but these errors were encountered: