Skip to content

Commit

Permalink
Chore: Only override necessary margins
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Nov 27, 2018
1 parent 2e3b83e commit a4c2ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Annotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
}

@media #{$mobile} {
margin: 0;
margin-left: 0;
margin-right: 0;
}
}

Expand Down

0 comments on commit a4c2ee6

Please sign in to comment.