Skip to content

Commit 860d629

Browse files
committed
[src/app/navbar/navbar.component.html] Fix anchor height in new nav
1 parent ab648cc commit 860d629

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/navbar/navbar.component.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ <h1>
88
<a href="https://github.com/offscale">
99
<img alt="GitHub repos for Offscale"
1010
width="51" height="50" id="github-logo"
11-
ngSrc="/assets/github-white.svg" />
11+
ngSrc="/assets/github-white.svg"/>
1212
</a>
1313
</h1>
1414
</nav>
15-
<nav class="flex-direction-row" style="background: steelblue; color: whitesmoke">
16-
New: <a href="https://verMan.io" target="_blank">verMan.io</a> released for 1-click deploys: any &lbrace;ML,database,server&rbrace;
15+
<nav class="flex-direction-row" style="background: steelblue; color: whitesmoke; line-height: unset !important;">
16+
New: <a href="https://verMan.io" target="_blank" style="line-height: unset !important;">verMan.io</a> released for
17+
1-click deploys: any &lbrace;ML,database,server&rbrace;
1718
any &lbrace;cloud,VM,docker,machine&rbrace; from/to any OS
1819
</nav>
1920
<ng-content></ng-content>

0 commit comments

Comments
 (0)