Make game description normal size

This commit is contained in:
Gamebrary 2022-08-21 17:27:23 -07:00
parent e876bb9b94
commit 3b7668a440

View file

@ -3,7 +3,7 @@
<b-spinner v-if="loading" class="spinner-centered" />
<template v-else>
<div class="small" v-html="description" />
<div v-html="description" />
<small class="text-muted mt-n3">Source: {{ source }}</small>
</template>
</div>