404 audit fix
This commit is contained in:
parent
84917e9ebe
commit
7d6eeaa8f2
1 changed files with 5 additions and 0 deletions
|
@ -53,4 +53,9 @@ const description = "Error. This shouldn't happen :/"
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--c-darkpurple);
|
color: var(--c-darkpurple);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 256px;
|
||||||
|
height: 256px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue