Skip to content

Commit

Permalink
Add border to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 committed Feb 1, 2024
1 parent 766d0cf commit a3db6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header/navbar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="navbar navbar-expand-md bg-body-tertiary">
<nav class="navbar navbar-expand-md bg-body-tertiary border-bottom">
<div class="container-xxl px-3">
<a class="navbar-brand fw-bold" href="/">SAL</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
Expand Down

0 comments on commit a3db6e5

Please sign in to comment.