front/ErrorTemplate: fix header logo being cropped
This commit is contained in:
parent
7672a568fc
commit
689c860e2e
@ -135,7 +135,7 @@
|
|||||||
background-image: url(../../img/logo.svg);
|
background-image: url(../../img/logo.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 64px;
|
background-size: contain;
|
||||||
|
|
||||||
opacity: 0.075;
|
opacity: 0.075;
|
||||||
filter: contrast(0);
|
filter: contrast(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user