add browser screenshot

This commit is contained in:
Jarrad 2016-07-07 13:40:55 +02:00
parent 15dc706443
commit a2cfb9ea70
5 changed files with 12 additions and 1 deletions

View File

@ -1041,6 +1041,11 @@ footer {
background-image: url("../img/chat.png"); }
.phone-big-image-2 {
width: 299px;
height: 532px;
background-image: url("../img/browse.png"); }
.phone-big-image-3 {
width: 299px;
height: 532px;
background-image: url("../img/discover.png"); }

BIN
src/img/browse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

View File

@ -407,7 +407,7 @@
<div class="table-right table-bottom">
<div class="phone-even">
<div class="phone-image phone-big no-float">
<div class="phone-inner-image phone-big-image-2">
<div class="phone-inner-image phone-big-image-3">
</div>
</div>
</div>

0
src/js/libs.min.js vendored Normal file → Executable file
View File

View File

@ -1088,6 +1088,12 @@ footer {
}
.phone-big-image-2 {
width: 299px;
height: 532px;
background-image: url('../img/browse.png');
}
.phone-big-image-3 {
width: 299px;
height: 532px;
background-image: url('../img/discover.png');