Skip to content

Commit

Permalink
removed navbar toggle button on sm size devices
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrizzo1 committed Nov 5, 2024
1 parent 8731fbc commit febed3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
languages.nix.enable = true;
languages.go.enable = true;
languages.python.enable = true;
languages.python.uv.enable = true;
languages.python.venv.enable = true;
languages.python.venv.requirements = ./requirements.txt;
languages.javascript.enable = true;
Expand Down
4 changes: 2 additions & 2 deletions themes/hugoplate/layouts/partials/essentials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a>
</div> */}}
<!-- navbar toggler -->
<input id="nav-toggle" type="checkbox" class="hidden" />
{{/* <input id="nav-toggle" type="checkbox" class="hidden" />
<label
for="nav-toggle"
class="order-3 cursor-pointer flex items-center lg:hidden text-dark dark:text-white lg:order-1">
Expand All @@ -23,7 +23,7 @@
points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2"
transform="rotate(45 10 10)"></polygon>
</svg>
</label>
</label> */}}
<!-- /navbar toggler -->

<!-- main navbar -->
Expand Down

0 comments on commit febed3c

Please sign in to comment.