diff --git a/src/pages/UI6/UI6.css b/src/pages/UI6/UI6.css index babcf83..5c3ed62 100644 --- a/src/pages/UI6/UI6.css +++ b/src/pages/UI6/UI6.css @@ -17,12 +17,12 @@ } .ui6-upgrade-badge { - position: absolute; - top: 50%; - right: -60px; - transform: translateY(-50%); + position: fixed; + top: 435px; + right: 250px; height: 100px; width: auto; + transform: rotate(30deg); } diff --git a/src/pages/UI6/UI6.tsx b/src/pages/UI6/UI6.tsx index 55c818a..339427d 100644 --- a/src/pages/UI6/UI6.tsx +++ b/src/pages/UI6/UI6.tsx @@ -112,6 +112,9 @@ const UI6: React.FC = () => {