We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this release the CSS classes text-lg-left and text-lg-right are used in the projects section, but not available in bootstrap v5.1.3 anymore.
text-lg-left
text-lg-right
They both must be replaced with text-lg-start respectively text-lg-end
text-lg-start
text-lg-end
Here you see the current faulty state:
And here you see the fix with the correct CSS classes applied:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Startbootstrap-greyscale Version v7.0.5
In this release the CSS classes
text-lg-left
andtext-lg-right
are used in the projects section, but not available in bootstrap v5.1.3 anymore.Fixing this issue
They both must be replaced with
text-lg-start
respectivelytext-lg-end
Screenshot from Your-Preview
Here you see the current faulty state:
And here you see the fix with the correct CSS classes applied:
The text was updated successfully, but these errors were encountered: