mirror of
https://github.com/status-im/status-site-legacy.git
synced 2025-01-14 17:44:14 +00:00
add browser screenshot
This commit is contained in:
parent
15dc706443
commit
a2cfb9ea70
@ -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
BIN
src/img/browse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
@ -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
0
src/js/libs.min.js
vendored
Normal file → Executable 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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user