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

View File

@ -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);