Skip to content

Commit

Permalink
Fix display on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Feb 2, 2018
1 parent 0ebadd9 commit ebd959a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CanvasLink/canvasLink.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

@media screen and (max-width: 799px) {
#canvas-link-modal .modal-dialog {
margin: 10px auto;
width: 90%;
}
}
Expand Down

0 comments on commit ebd959a

Please sign in to comment.