Skip to content

Commit

Permalink
Adds ms-auto for right aligned menu
Browse files Browse the repository at this point in the history
bumps breakpoint back to medium
Signed-off-by: Joey Smith <[email protected]>

Signed-off-by: Joey Smith <[email protected]>
  • Loading branch information
tyrsson committed May 25, 2023
1 parent de28349 commit da5512c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<?= $this->headScript() ?>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark mb-4" role="navigation">
<nav class="navbar navbar-expand-md navbar-dark mb-4" role="navigation">
<div class="container">
<a class="navbar-brand" href="<?= $this->url('home') ?>">
<img src="<?= $this->basePath('img/laminas-logo.svg') ?>" alt="Laminas">
Expand All @@ -45,7 +45,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a
class="nav-link active"
Expand Down

0 comments on commit da5512c

Please sign in to comment.