Startbootstrap-greyscale Version v7.0.5
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.
Fixing this issue
They both must be replaced with text-lg-start respectively text-lg-end
Here you see the current faulty state:

And here you see the fix with the correct CSS classes applied:

Startbootstrap-greyscale Version v7.0.5
In this release the CSS classes
text-lg-leftandtext-lg-rightare 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-startrespectivelytext-lg-endScreenshot from Your-Preview
Here you see the current faulty state:

And here you see the fix with the correct CSS classes applied:
