fix: intro dialog on mobile device

closes #77
This commit is contained in:
三咲智子 2022-11-25 15:39:30 +08:00
parent 36ea7f6b4e
commit f476cfe2bf
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ const teams: Team[] = [
<p>
Before that, to help boosting out development, you can sponsor our team members with the links below.
</p>
<p flex="~ gap-2" mxa>
<p flex="~ gap-2 wrap" mxa>
<template v-for="team of teams" :key="team.github">
<a :href="`https://github.com/sponsors/${team.github}`" target="_blank">
<img :src="`https://github.com/${team.github}.png`" :alt="team.display" rounded-full w-15 h-15>