Fix rendering on mobile for the downlaod page
This commit is contained in:
parent
001eb15eba
commit
3a930d0c3f
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 708 KiB |
|
@ -8,7 +8,7 @@
|
||||||
<v-col cols="12" md="6">
|
<v-col cols="12" md="6">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<p class="display-1">Building Ryujinx and latest downloads</p>
|
<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">
|
<span class="subheading">
|
||||||
<v-row align="start" justify="center">
|
<v-row align="start" justify="center">
|
||||||
<v-col cols="12" md="6">
|
<v-col cols="12" md="6">
|
||||||
|
|
BIN
static/public/shell.png
Normal file
BIN
static/public/shell.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 372 KiB |
Loading…
Reference in a new issue