Skip to content

Commit

Permalink
increase mobile margin
Browse files Browse the repository at this point in the history
  • Loading branch information
okauppinen committed Nov 13, 2024
1 parent b0bec01 commit ffd524c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/mapping/layerswipe/view/LayerSwipe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ffd524c

Please sign in to comment.