Skip to content

Commit 1fbe4be

Browse files
A design issue related to the 404 error page has been fixed, and several improvements have been made.
1 parent 65bd939 commit 1fbe4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

404NotFound/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<nav class="navbar navbar-expand-lg title-navbar">
1616
<h1 id="ErrorTitle" class="mx-auto"></h1>
1717
</nav>
18-
<footer class="text-white py-3 mt-auto error-footer" style="background-color: #EAEAEA !important;">
18+
<footer class="text-black py-2 w-75 mt-auto mx-auto error-footer" style="background-color: #EAEAEA !important;">
1919
<div class="container text-center">
2020
<small id="ErrorDescription"></small>
2121
</div>

0 commit comments

Comments
 (0)