diff --git a/src/app.vue b/src/app.vue
index 6d85dc1b701e4ed630b4b3426b2d2c681eeaeb92..378a19f634097440b0d669f3ea146cf8dd18040b 100644
--- a/src/app.vue
+++ b/src/app.vue
@@ -61,7 +61,7 @@
- DevUI
+ Vue DevUI
@@ -197,6 +197,8 @@ body {
box-shadow: 0 2px 4px 0 $devui-shadow;
a {
+ display: inline-flex;
+ align-items: center;
line-height: $line-height-base;
color: $devui-text;
text-decoration: none;
@@ -222,6 +224,11 @@ body {
vertical-align: top;
}
+ .logo {
+ margin-right: 6px;
+ line-height: 1;
+ }
+
.ui {
font-weight: normal;
}