Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
Fixed footnote bug on 404 page
  • Loading branch information
LewisN3142 committed Sep 18, 2023
1 parent 4d5095e commit c77f465
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions 404.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
#finepara {
text-align: center;
}

/* Stop mobile scroll on 404 page*/

.error-style {
overflow: hidden;
}
7 changes: 0 additions & 7 deletions global/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,6 @@ main hr {
padding: 6rem;
}

/* Stop mobile scroll on 404 page*/

.error-style {
position: fixed;
overflow: hidden;
}

/* BODY TEXT FORMATTING */

main h3,
Expand Down

0 comments on commit c77f465

Please sign in to comment.