Skip to content

Commit

Permalink
897552: Fixed margin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayalakshmiGSF4561 committed Sep 20, 2024
1 parent 55116e0 commit 3aaad98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<div class="container" style="margin-top: 70px;">
<a class="navbar-brand" asp-area="" asp-page="/Index">PDFViewerSample</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
Expand Down

0 comments on commit 3aaad98

Please sign in to comment.