Skip to content

Commit cc92bb0

Browse files
committed
refactor: Update navbar styling and spacing
1 parent b5aaee5 commit cc92bb0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

content/theme/templates/menu.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<!-- nav bar -->
2-
<nav class="navbar navbar-expand-lg navbar-light bg-info" aria-label="Fifth navbar example">
2+
<nav class="navbar navbar-expand-lg navbar-dark bg-black" aria-label="Fifth navbar example">
33
<div class="container-fluid">
4-
<a class="navbar-brand" href="/"><img src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation" style="height: 42px;">
5-
<span style="position: relative; top: 5px; margin-left: 16px;">Tooling Initiative</span></a>
4+
<a class="navbar-brand" href="/">
5+
<img src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation" style="height: 42px;">
6+
<span style="position: relative; top: 5px; margin-left: 10px;">Tooling Initiative</span>
7+
</a>
68
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" aria-label="Toggle navigation">
79
<span class="navbar-toggler-icon"></span>
810
</button>

0 commit comments

Comments
 (0)