Skip to content

Commit 37ca138

Browse files
committed
Removed Default Background Image
1 parent a757b87 commit 37ca138

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

dist/device-mockups.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
33
* Copyright 2013 - 2017 pixelsign
44
* Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
5-
* Last Build: Fri Jul 28 2017 18:38:58
5+
* Last Build: Wed Sep 20 2017 11:51:58
66
*/
77
.device-wrapper {
88
max-width: 300px;
@@ -15,7 +15,6 @@
1515
.device .screen {
1616
position: absolute;
1717
background-size: cover;
18-
background-image: url("https://static.pexels.com/photos/50594/sea-bay-waterfront-beach-50594.jpeg");
1918
}
2019
.device .button {
2120
position: absolute;

dist/device-mockups.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/general.less

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
.screen {
1111
position : absolute;
1212
background-size : cover;
13-
background-image: url("https://static.pexels.com/photos/50594/sea-bay-waterfront-beach-50594.jpeg");
1413
}
1514

1615
.button {

0 commit comments

Comments
 (0)