Change NotFound to be a class instead of ID
This commit is contained in:
parent
c1294e99cd
commit
973418ad45
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue