diff --git a/bundles/mapping/layerswipe/view/LayerSwipe.jsx b/bundles/mapping/layerswipe/view/LayerSwipe.jsx index c6fc5ae2a4..3fe8348c55 100644 --- a/bundles/mapping/layerswipe/view/LayerSwipe.jsx +++ b/bundles/mapping/layerswipe/view/LayerSwipe.jsx @@ -7,7 +7,7 @@ import { getHeaderTheme } from 'oskari-ui/theme/ThemeHelper'; export const SPLITTER_WIDTH = 5; export const MARGIN = { desktop: 2, - mobile: 5 + mobile: 10 }; const Mask = styled.div` position: absolute;