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 ac0a38d commit 8173bb8Copy full SHA for 8173bb8
website/layouts/partials/sidenav.html
@@ -1,7 +1,9 @@
1
<nav class="w3-sidenav w3-border-right">
2
- <button class="w3-btn w3-white w3-border w3-border-theme w3-round-xlarge" onclick="location.href='/support-echo';">
3
- <i class="fa fa-heart" aria-hidden="true"></i> Support Echo
4
- </button>
+ <div class="w3-container">
+ <button class="w3-btn w3-white w3-border w3-border-theme w3-round-xlarge" onclick="location.href='/support-echo';">
+ <i class="fa fa-heart" aria-hidden="true"></i> Support Echo
5
+ </button>
6
+ </div>
7
{{ $currentNode := . }}
8
<div class="menu">
9
{{ range .Site.Menus.main }}
0 commit comments