fix: Use full width for branding (#2203)
This commit is contained in:
parent
98e2a9b8b5
commit
eaa61c3745
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
:href="brandRedirectURL"
|
:href="brandRedirectURL"
|
||||||
rel="noreferrer noopener nofollow"
|
rel="noreferrer noopener nofollow"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="branding--link"
|
class="branding--link w-full justify-center"
|
||||||
>
|
>
|
||||||
<img :alt="globalConfig.brandName" :src="globalConfig.logoThumbnail" />
|
<img :alt="globalConfig.brandName" :src="globalConfig.logoThumbnail" />
|
||||||
<span>
|
<span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue