fix: fix logo spacing

This commit is contained in:
Filipe Medeiros 2021-10-12 19:04:13 +01:00
parent 5e38153b36
commit 0941d72960

View file

@ -13,7 +13,10 @@
<div <div
class="uk-width-1-1 uk-flex uk-flex-middle uk-flex-between" class="uk-width-1-1 uk-flex uk-flex-middle uk-flex-between"
style="margin-bottom: 100px; height: 50px;" style="margin-bottom: 100px; height: 50px;"
:style="{ padding: collapseText ? '0' : '0 14px', transition: enableAnimations ? 'padding 400ms;' : '' }" :style="{
padding: collapseText ? '0' : '0 26px 0 14px',
transition: enableAnimations ? 'padding 400ms;' : '',
}"
:class="{ 'uk-flex uk-flex-center': collapsed }" :class="{ 'uk-flex uk-flex-center': collapsed }"
> >
<div <div