💻 | Working

This commit is contained in:
2021-04-09 11:55:38 +02:00
parent 1b63219086
commit 93f716a223
16 changed files with 34 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
<div>
<img class="rounded-sm" alt="Skill Img" :src="getCoverLink">
</div>
<h1 class="md:text-lg text-md font-bold text-center">{{ skill }}</h1>
<h1 class="md:text-lg text-md font-bold text-center text-gray-700 dark:text-gray-400">{{ skill }}</h1>
</div>
</div>
</template>