This commit is contained in:
Leopoldthecoder 2016-11-09 08:15:40 +08:00
parent 8484f127d3
commit 1c8ba65979
2 changed files with 21 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -51,6 +51,9 @@
padding: 0;
margin: 0;
}
.nav-logo {
vertical-align: sub;
}
.nav-item {
margin: 0;
float: left;
@ -98,7 +101,12 @@
'header-home': isHome
}">
<div class="container">
<h1><router-link to="/">Element<span>Beta</span></router-link></h1>
<h1><router-link to="/">
<img
src="../assets/images/element-logo.svg"
alt="element-logo"
class="nav-logo">
</router-link></h1>
<ul class="nav">
<li class="nav-item">
<router-link