Skip to content

Commit

Permalink
PR Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanarldt committed Oct 26, 2021
1 parent add10ab commit f578cb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/scss/components/foundation/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@
}

&::before {
right: calc(50% - 0.7rem);
right: 50%;
transform: translateX(50%);
}

&::after {
right: calc(50% - 0.7rem);
right: calc(50% - remCalc(10px));
}
}

Expand Down

0 comments on commit f578cb7

Please sign in to comment.