Skip to content

Commit

Permalink
bug with width
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippBaranovskiy committed Nov 17, 2016
1 parent 22ff109 commit 3cf3e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

/* Minimum width of 400 pixels. */
@media screen and (min-width: 400px) {
@media screen and (min-width: 1060px) {

#av-overlay {
position: relative;
Expand Down

1 comment on commit 3cf3e77

@PhilippBaranovskiy
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screen shot 2016-11-17 at 3 22 15 pm

Please sign in to comment.