front/ErrorTemplate: fix header logo being cropped

This commit is contained in:
Alice Gaudon 2021-11-28 21:58:06 +01:00
parent 7672a568fc
commit 689c860e2e
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
background-image: url(../../img/logo.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 64px;
background-size: contain;
opacity: 0.075;
filter: contrast(0);