slight ui tweak for mobile

This commit is contained in:
ben
2022-11-20 18:06:29 +00:00
parent 0836ba6c77
commit 27ad32eede

View File

@@ -192,9 +192,9 @@
<img
v-if="($q.dark.isActive)"
src="{{ AD[1] }}"
style="max-width:100%"
style="max-width:90%"
/>
<img v-else src="{{ AD[2] }}" style="max-width:100%" />
<img v-else src="{{ AD[2] }}" style="max-width:90%" />
</a>
</div>
{% endfor %} {% endif %}