Skip to content

Commit

Permalink
PREP-109 map name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markfields1982 committed Jun 4, 2018
1 parent 9b77850 commit 334068a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
width: 223px;
pointer-events: none;

$widthMap: (960px: 10px, 705px: -10px);
@include poly-fluid-sizing('left', $widthMap);
$positionMap: (960px: 10px, 705px: -10px);
@include poly-fluid-sizing('left', $positionMap);

img {
margin-left: 100px;
Expand All @@ -72,8 +72,8 @@
width: 222px;
pointer-events: none;

$widthMap: (960px: 30px, 705px: -15px);
@include poly-fluid-sizing('right', $widthMap);
$positionMap: (960px: 30px, 705px: -15px);
@include poly-fluid-sizing('right', $positionMap);

img {
margin-left: 120px;
Expand Down

0 comments on commit 334068a

Please sign in to comment.