[design] fix footer links alignment

This commit is contained in:
Avris 2021-08-09 12:06:31 +02:00
parent bf564fecdf
commit ab36683ab8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<Icon v="users"/>
<T>footer.links</T>:
</p>
<div class="mb-3" :class="['d-flex', config.links.socials.length > 2 ? 'flex-column' : 'flex-row']">
<div class="mb-3" :class="['d-flex', config.links.socials.length > 2 ? 'flex-column' : 'flex-row', 'justify-content-center', 'align-items-center']">
<span>
<SquareButton
v-for="link in [...config.contact.contacts, ...config.links.socials]" :key="link.url"