Skip to content

Commit

Permalink
Merge pull request #83 from VIDA-NYU/long-navbar
Browse files Browse the repository at this point in the history
Make navbar full page length but center text elements
  • Loading branch information
remram44 authored Apr 20, 2023
2 parents 638e327 + 9f64ec1 commit e685feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reproserver/web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
</head>
<body>

<div class="container" id="content" role="main">
<div id="content" role="main">

<!-- Menubar -->
<nav class="navbar navbar-expand-md navbar-dark bg-primary">
<div class="container-fluid">
<div class="container-fluid container-md">
<a class="navbar-brand" href="#">ReproServer</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit e685feb

Please sign in to comment.