Skip to content

Commit de268e7

Browse files
authored
Merge pull request #96 from OceanOak/fix-overlap
Editing Page: Fix image overlap issue
2 parents 657bb74 + 3205130 commit de268e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/Editing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const Editing: React.FC = () => {
7575
<img
7676
src="/assets/editing.png"
7777
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"
78+
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"
7979
/>
8080
</div>
8181
</div>

0 commit comments

Comments
 (0)