We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b6c69e + 73d7073 commit fb6916aCopy full SHA for fb6916a
src/components/Layout/HomeContent.js
@@ -840,7 +840,8 @@ function ExampleLayout({
840
</div>
841
<div
842
ref={contentRef}
843
- className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center">
+ className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center"
844
+ dir="ltr">
845
{right}
846
847
className={cn(
0 commit comments