We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77606d9 commit b660c03Copy full SHA for b660c03
content/theme/templates/menu.html
@@ -2,7 +2,7 @@
2
<nav class="navbar navbar-expand-md navbar-light bg-info fixed-top" aria-label="Fifth navbar example">
3
<div class="container-fluid">
4
<a class="navbar-brand" href="/">
5
- <img src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation" style="height: 42px;">
+ <img src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation" style="height: 42px; margin-left: 6px;">
6
<span style="position: relative; top: 5px; margin-left: 10px;">Tooling Initiative</span>
7
</a>
8
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" aria-label="Toggle navigation">
0 commit comments