Skip to content

Commit

Permalink
Use container-xxl to align menu with content (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Sep 26, 2023
1 parent 5119ebf commit 88851bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dita-ot/header.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<div class="container-xxl">
<!-- This shows the menu on mobile -->
<div class="bd-navbar-toggle">
<button
Expand Down
2 changes: 1 addition & 1 deletion includes/hdr.navbar.default.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<div class="container-xxl">
<!-- This shows the menu on mobile -->
<div class="bd-navbar-toggle">
<button
Expand Down
2 changes: 1 addition & 1 deletion includes/hdr.navbar.example.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-expand-lg navbar-light bg-body-tertiary">
<div class="container">
<div class="container-xxl">
<!-- This shows the menu on mobile -->
<div class="bd-navbar-toggle">
<button
Expand Down

0 comments on commit 88851bf

Please sign in to comment.