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.
1 parent c3b1df0 commit ee1452aCopy full SHA for ee1452a
src/components/shared/map/MapCenter.tsx
@@ -225,8 +225,8 @@ const MapCenter = ({ entryType }: MapCenterProps) => {
225
</div>
226
227
{/* Static Scope - should always be centered */}
228
- <div className="absolute z-10 pointer-events-none top-[57%] left-[51.5%] transform -translate-x-1/2 -translate-y-1/2 w-24 h-24 md:w-20 md:h-20">
229
- <img
+ <div className="absolute z-10 pointer-events-none top-[54.2%] left-[49.4%] transform -translate-x-1/2 -translate-y-1/2 w-20 h-20 sm:w-16 sm:h-16">
+ <img
230
src="/images/icons/scope.png"
231
alt="Scope"
232
className="w-full h-full"
0 commit comments