diff --git a/src/styles/mapMarkers.css b/src/styles/mapMarkers.css index 6c0902a..6d53bbe 100644 --- a/src/styles/mapMarkers.css +++ b/src/styles/mapMarkers.css @@ -49,14 +49,14 @@ position: absolute; left: 0; top: 0; - transform: translate(-50%, calc(-100% - 12px)) scale(0.45) rotate(var(--card-tilt)); + transform: translate(-50%, calc(-100% - 12px)) scale(0.52) rotate(var(--card-tilt)); transform-origin: bottom center; will-change: transform; } @media (max-width: 640px){ .sw-template-mini-wrap{ - transform: translate(-50%, calc(-100% - 12px)) scale(0.38) rotate(var(--card-tilt)); + transform: translate(-50%, calc(-100% - 12px)) scale(0.42) rotate(var(--card-tilt)); } } @@ -1229,13 +1229,13 @@ body[data-theme="light"] .sw-modal-x{ .sw-template-mini-wrap{ backface-visibility: hidden; - transform: translate3d(-50%, calc(-100% - 12px), 0) scale(0.45) rotate(var(--card-tilt, 0deg)); + transform: translate3d(-50%, calc(-100% - 12px), 0) scale(0.52) rotate(var(--card-tilt, 0deg)); transform-origin: bottom center; } @media (max-width: 640px){ .sw-template-mini-wrap{ - transform: translate3d(-50%, calc(-100% - 12px), 0) scale(0.38) rotate(var(--card-tilt, 0deg)); + transform: translate3d(-50%, calc(-100% - 12px), 0) scale(0.42) rotate(var(--card-tilt, 0deg)); } }