mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
remove border from cover game card
This commit is contained in:
parent
f6549111d7
commit
be2cd2e63b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template lang="html">
|
<template lang="html">
|
||||||
<b-img
|
<b-img
|
||||||
class="clickable rounded align-self-end border"
|
class="clickable rounded align-self-end"
|
||||||
:src="coverUrl"
|
:src="coverUrl"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue