diff --git a/public/img/bg/img-logo.png b/public/img/bg/img-logo.png new file mode 100644 index 0000000..ecd70ca Binary files /dev/null and b/public/img/bg/img-logo.png differ diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index 5648aee..16f40a8 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -4,13 +4,19 @@ - {{website.logo}} + @@ -61,8 +67,18 @@ export default { text-align: center; font-weight: 300; font-size: 16px; + div { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + img { + margin-right: 5px; + } + } } &_subtitle { + padding-top: 10px; display: block; text-align: center; font-size: 18px;