Skip to content

Commit

Permalink
Remove container fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
Keroosha committed Dec 11, 2023
1 parent 37ebfd1 commit 46140a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
<header class="mb-5">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<div class="container">
<a class="navbar-brand" asp-controller="Home" asp-action="Index">WebAuthn.Net Example</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit 46140a6

Please sign in to comment.