Fix rendering on mobile for the downlaod page

This commit is contained in:
Thog 2020-02-14 03:10:03 +01:00
parent 001eb15eba
commit 3a930d0c3f
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 KiB

View File

@ -8,7 +8,7 @@
<v-col cols="12" md="6">
<div class="text-center">
<p class="display-1">Building Ryujinx and latest downloads</p>
<g-image class="text-center" width="800" src="~/assets/shell.png" alt="Shell" />
<img class="text-center" width="100%" src="/public/shell.png" alt="Shell" />
<span class="subheading">
<v-row align="start" justify="center">
<v-col cols="12" md="6">

BIN
static/public/shell.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB