Font and logo fix

This commit is contained in:
2020-08-23 00:43:44 +05:00
parent 07aec66412
commit 40db15fa83
5 changed files with 11 additions and 5 deletions

View File

@@ -15,7 +15,8 @@
>
<img :src="source.logo" class="h-16 w-16" />
<div
class="text-3xl font-bold text-gray-800 text-center MvAamu mt-2"
class="text-3xl text-gray-800 text-center MvAamu mt-2"
style="font-weight: 100;"
>
{{ source.name }}
</div>