fix: add gaps to links
This commit is contained in:
parent
f08eea5335
commit
7e9967b66e
1 changed files with 30 additions and 24 deletions
|
@ -171,6 +171,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<FormSection>
|
||||
<template #label>Character Design</template>
|
||||
<div class="_gaps_m">
|
||||
<MkKeyValue>
|
||||
<template #key>Sergio</template>
|
||||
<template #value><MkLink url="https://x.com/koko_san_">@koko_san_</MkLink></template>
|
||||
|
@ -183,9 +184,11 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template #key>Oscar</template>
|
||||
<template #value><MkLink url="https://x.com/Astro_CQM">@Astro_CQM</MkLink>, <MkLink url="https://x.com/koko_san_">@koko_san_</MkLink></template>
|
||||
</MkKeyValue>
|
||||
</div>
|
||||
</FormSection>
|
||||
<FormSection>
|
||||
<template #label>ST@R P:ACE Branding</template>
|
||||
<div class="_gaps_m">
|
||||
<MkKeyValue>
|
||||
<template #key>Logo Design</template>
|
||||
<template #value><MkLink url="https://crepe.cm/@r0I1xmCy">@r0I1xmCy</MkLink></template>
|
||||
|
@ -194,13 +197,16 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template #key>Main Illustrations</template>
|
||||
<template #value><MkLink url="https://x.com/iyosuke_114">@iyosuke_114</MkLink></template>
|
||||
</MkKeyValue>
|
||||
</div>
|
||||
</FormSection>
|
||||
<FormSection>
|
||||
<template #label>OSCAR Node #4 Branding</template>
|
||||
<div class="_gaps_m">
|
||||
<MkKeyValue>
|
||||
<template #key>Special Illustration</template>
|
||||
<template #value><MkLink url="https://x.com/DK_DK42">@DK_DK42</MkLink></template>
|
||||
</MkKeyValue>
|
||||
</div>
|
||||
</FormSection>
|
||||
</div>
|
||||
</MkSpacer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue