[design] fix footer links alignment
This commit is contained in:
parent
bf564fecdf
commit
ab36683ab8
|
@ -18,7 +18,7 @@
|
||||||
<Icon v="users"/>
|
<Icon v="users"/>
|
||||||
<T>footer.links</T>:
|
<T>footer.links</T>:
|
||||||
</p>
|
</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>
|
<span>
|
||||||
<SquareButton
|
<SquareButton
|
||||||
v-for="link in [...config.contact.contacts, ...config.links.socials]" :key="link.url"
|
v-for="link in [...config.contact.contacts, ...config.links.socials]" :key="link.url"
|
||||||
|
|
Reference in New Issue