Fixed issue with footer display.
This commit is contained in:
		@ -34,10 +34,6 @@
 | 
			
		||||
                            <a class="nav-link text-light" asp-area="" asp-controller="Home" asp-action="Index">Home</a>
 | 
			
		||||
                        </li>
 | 
			
		||||
                    </ul>
 | 
			
		||||
                    <form class="d-flex" role="search">
 | 
			
		||||
                        <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" />
 | 
			
		||||
                        <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
 | 
			
		||||
                    </form>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </nav>
 | 
			
		||||
@ -48,9 +44,9 @@
 | 
			
		||||
        </main>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <footer class="border-top footer text-muted fixed-bottom mb-3 mt-1 pb-1 pt-3">
 | 
			
		||||
    <footer class="border-top footer text-muted" id="Footer">
 | 
			
		||||
        <div class="container">
 | 
			
		||||
            © 2022 - Mesa Reporting Services
 | 
			
		||||
            © 2023 - Mesa Reporting Services
 | 
			
		||||
        </div>
 | 
			
		||||
    </footer>
 | 
			
		||||
    <script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user