Skip to content
Snippets Groups Projects
Commit 6e6fb917 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat(nav): Add margin to the left of logo

parent 11377a41
Branches
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ html, body {
<router-link class="navbar-brand" to="/">
<img src="static/css/images/logo_vips_hvit.png" style="height: 27px; position: relative; top: -3px; margin-right: 15px"/><span id="appHeader" ></span></router-link>
<img src="static/css/images/logo_vips_hvit.png" style="height: 27px; position: relative; top: -3px; margin-left:10px; margin-right: 15px"/><span id="appHeader" ></span></router-link>
<button class="navbar-toggler border-0" type="button" onclick="$('.offcanvas-collapse').toggleClass('open');">
<span class="navbar-toggler-icon" id="navbarTogglerIcon"></span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment