Skip to content

Commit

Permalink
scss: move close button to 20px of top/right
Browse files Browse the repository at this point in the history
  • Loading branch information
nemtsov committed Sep 29, 2016
1 parent 286dda4 commit a7ee3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ $button-padding: 40px;

position: fixed;
height: 40px;
right: 40px;
top: 40px;
right: 20px;
top: 20px;
width: 40px;

&:hover {
Expand Down

0 comments on commit a7ee3f6

Please sign in to comment.