Change NotFound to be a class instead of ID

This commit is contained in:
Justin Edmund 2023-07-02 02:42:25 -07:00
parent c1294e99cd
commit 973418ad45

View file

@ -312,7 +312,7 @@ h5 {
} }
// Used when a resource can be found // Used when a resource can be found
#NotFound { .notFound {
height: 200px; height: 200px;
width: 400px; width: 400px;
margin: auto; margin: auto;