Skip to content

Commit

Permalink
Removed Default Background Image
Browse files Browse the repository at this point in the history
  • Loading branch information
ben182 committed Sep 20, 2017
1 parent a757b87 commit 37ca138
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/device-mockups.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
* Copyright 2013 - 2017 pixelsign
* Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
* Last Build: Fri Jul 28 2017 18:38:58
* Last Build: Wed Sep 20 2017 11:51:58
*/
.device-wrapper {
max-width: 300px;
Expand All @@ -15,7 +15,6 @@
.device .screen {
position: absolute;
background-size: cover;
background-image: url("https://static.pexels.com/photos/50594/sea-bay-waterfront-beach-50594.jpeg");
}
.device .button {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion dist/device-mockups.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/general.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
.screen {
position : absolute;
background-size : cover;
background-image: url("https://static.pexels.com/photos/50594/sea-bay-waterfront-beach-50594.jpeg");
}

.button {
Expand Down

0 comments on commit 37ca138

Please sign in to comment.