Remove preview variations and use responsive images

This commit is contained in:
hensm
2019-01-14 02:14:31 +00:00
parent aa2028442b
commit f460b5f533
12 changed files with 10 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

Before

Width:  |  Height:  |  Size: 446 KiB

After

Width:  |  Height:  |  Size: 446 KiB

BIN
docs/images/preview-fg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -175,7 +175,6 @@ body {
align-self: flex-start;
grid-row-start: 2;
margin-left: -60px;
height: 280px;
width: 462px;
position: relative;
}

View File

@@ -57,8 +57,16 @@
</main>
</div>
<img src="images/preview_bg_hidpi.png" class="preview preview--bg dark">
<img src="images/preview_fg_hidpi.png" class="preview preview--fg dark">
<img class="preview preview--bg"
alt="Screenshot preview, background"
src="images/preview-bg.png"
srcset="images/preview-bg.png,
images/preview-bg@2x.png 2x">
<img class="preview preview--fg"
alt="Screenshot preview, foreground"
src="images/preview-fg.png"
srcset="images/preview-fg.png,
images/preview-fg@2x.png 2x">
<footer class="footer">
<div class="links">