Skip to content

Commit

Permalink
Use px in the media-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Mar 31, 2015
1 parent f6f58cf commit a143ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.remodal.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ body.remodal-is-active .remodal {
/* Media queries
========================================================================== */

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
@media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
min-height: 0;
Expand Down

0 comments on commit a143ce5

Please sign in to comment.