Skip to content

Commit

Permalink
Logo padding
Browse files Browse the repository at this point in the history
  • Loading branch information
greabock committed Aug 22, 2016
1 parent 958eddf commit c88b97a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions resources/assets/js/api-tester.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Application main page.
<div class="columns">
<nav class="nav" style="width: 400px">
<div class="nav-left">
<a class="nav-item" href="https://github.com/asvae/laravel-api-tester">
<span class="nav-icon" style="font-weight: 500">API-TESTER</span>
<a class="nav-item logo" href="https://github.com/asvae/laravel-api-tester">
<span class="nav-icon" >API-TESTER</span>
</a>
</div>
<div class="nav-right">
Expand Down Expand Up @@ -115,5 +115,9 @@ which requires scss in .vue file, which is not supported by phpstorm ATM.
padding: 10px;
width: calc(100% - 400px);
}
.logo {
padding-left: 20px;
}
</style>

0 comments on commit c88b97a

Please sign in to comment.