Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
header proper logo with explorer name positioned
Browse files Browse the repository at this point in the history
  • Loading branch information
dadaphl committed Jan 22, 2018
1 parent fcbe0dc commit 1adfa42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<nav>
<div class="inner">
<router-link class='logo' to='/'>
<img src="@/assets/logo.svg" alt=""/>
<span>aeternity</span>
<img src="@/assets/header-logo.svg" alt=""/>
<span>explorer</span>
</router-link>
<div class="links">
Expand Down Expand Up @@ -105,7 +104,7 @@ nav {
}
nav >.inner >:first-child ,
nav >.inner >:last-child {
width:200px;
width:250px;
}
nav >.inner >:last-child {
text-align:right;
Expand All @@ -128,6 +127,11 @@ nav a {
margin:0 10px;
}
nav .logo {
display:flex;
}
nav .logo img + *{
margin-top:-12px;
margin-left:5px;
}
nav a.link {
opacity:0.6;
Expand Down
1 change: 1 addition & 0 deletions src/assets/header-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1adfa42

Please sign in to comment.