Skip to content

Commit

Permalink
fixed "lack of concentration" issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mktcode committed Jun 9, 2021
1 parent 61f759c commit 10a8573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/grid-offset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.offset#{$variant}-7 { margin-left: (7 * 0.0833333333 * 100%) !important; }
.offset#{$variant}-8 { margin-left: (8 * 0.0833333333 * 100%) !important; }
.offset#{$variant}-9 { margin-left: (9 * 0.0833333333 * 100%) !important; }
.offset#{$variant}-10 { margin-left: (10 / 0.0833333333 * 100%) !important; }
.offset#{$variant}-11 { margin-left: (11 / 0.0833333333 * 100%) !important; }
.offset#{$variant}-10 { margin-left: (10 * 0.0833333333 * 100%) !important; }
.offset#{$variant}-11 { margin-left: (11 * 0.0833333333 * 100%) !important; }
}
}

0 comments on commit 10a8573

Please sign in to comment.