Skip to content
Snippets Groups Projects
Commit cc1038eb authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Set size of Navbar Logo

parent 9c30ce50
No related branches found
No related tags found
No related merge requests found
File moved
File moved
<a class="navbar-brand" href="#{LINK}">
<span>
<img class="navbar-logo" src="#{FILE}">
<img class="navbar-logo" src="#{FILE}" style="height: 40px; width: 40px; margin-top: -10px; margin-right: -10px">
</span>
</a>
\ No newline at end of file
......@@ -11,7 +11,7 @@
</button>
<a class="navbar-brand" href="logolink">
<span>
<img class="navbar-logo" src="logo">
<img class="navbar-logo" src="logo" style="height: 40px; width: 40px; margin-top: -10px; margin-right: -10px">
</span>
</a>
<a class="navbar-text" href="n"><strong>N</strong></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment