We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 657bb74 + 3205130 commit de268e7Copy full SHA for de268e7
src/pages/Home/Editing.tsx
@@ -75,7 +75,7 @@ const Editing: React.FC = () => {
75
<img
76
src="/assets/editing.png"
77
alt="Darklang Editor Environment"
78
- className="md:max-w-4xl 2xl:max-w-7xl max-h-fit md:absolute md:-right-40 2xl:-right-38"
+ className="md:max-w-xl lg:max-w-2xl xl:max-w-4xl 2xl:relative 2xl:max-w-7xl max-h-fit lg:absolute lg:-right-40 xl:-right-52 2xl:-right-82"
79
/>
80
</div>
81
0 commit comments