fix: adjust default logo size to better match font size

This commit is contained in:
Robert Kaussow 2021-03-04 22:21:00 +01:00
parent 9ab80e989e
commit ecc59e6482
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ img {
&__img {
margin-right: $padding-16;
width: 38px;
height: 38px;
width: 2rem;
height: 2rem;
}
}