Save progress

This commit is contained in:
2023-08-31 21:13:35 -05:00
parent 010ac088f0
commit 4de5689de0
4 changed files with 14 additions and 9 deletions

View File

@@ -14,8 +14,8 @@ defineProps({
<template>
<div>
<a :href="link">
<img :src="imgSrc" class="h-14 mx-auto"/>
<div class="text-lg text-white text-center">
<img :src="imgSrc" class="h-8 lg:h-14 mx-auto"/>
<div class="text-md lg:text-lg text-white text-center">
<slot></slot>
</div>
</a>